Skip to content

Commit

Permalink
Remove eslint from all the package.json files (wasn't necessary)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Jul 26, 2024
1 parent 7f9fc7c commit 6891a62
Show file tree
Hide file tree
Showing 22 changed files with 802 additions and 160 deletions.
68 changes: 57 additions & 11 deletions bank/bank-backend/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion bank/bank-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@types/koa-logger": "^3.1.2",
"@types/lodash": "^4.14.197",
"@types/supertest": "^2.0.14",
"eslint": "^8.56.0",
"jest": "^29.6.1",
"nodemon": "^3.1.4",
"supertest": "^7.0.0",
Expand Down
88 changes: 74 additions & 14 deletions bank/bank-frontend/package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions bank/bank-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint --ext .ts",
"lint": "eslint --ext .ts .",
"lint-fix": "eslint --ext .ts --fix ."
},
"private": true,
Expand All @@ -34,7 +34,6 @@
"@angular/cli": "^18.1.2",
"@angular/compiler-cli": "^18.1.2",
"@types/jasmine": "~4.3.0",
"eslint": "^8.56.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand Down
Loading

0 comments on commit 6891a62

Please sign in to comment.