Skip to content

Commit 6904c16

Browse files
authored
chore(deps-dev): bump eslint to 8.x (aws-samples#59)
1 parent e876e61 commit 6904c16

File tree

4 files changed

+238
-322
lines changed

4 files changed

+238
-322
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"husky": "^4.2.3",
1818
"lint-staged": "^10.1.2",
19-
"prettier": "2.2.0"
19+
"prettier": "2.4.1"
2020
},
2121
"husky": {
2222
"hooks": {

packages/backend/.eslintrc.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
{
22
"env": {
3-
"browser": true,
4-
"es6": true
5-
},
6-
"extends": [
7-
"eslint:recommended",
8-
"plugin:@typescript-eslint/eslint-recommended",
9-
"prettier",
10-
"prettier/@typescript-eslint"
11-
],
12-
"globals": {
13-
"Atomics": "readonly",
14-
"SharedArrayBuffer": "readonly"
3+
"es2021": true,
4+
"node": true
155
},
6+
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
167
"parser": "@typescript-eslint/parser",
178
"parserOptions": {
189
"ecmaVersion": 2018,

packages/backend/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
"devDependencies": {
2626
"@types/aws-lambda": "^8.10.64",
2727
"@types/node": "^14.14.2",
28-
"@typescript-eslint/eslint-plugin": "4.8.2",
29-
"@typescript-eslint/parser": "4.8.2",
28+
"@typescript-eslint/eslint-plugin": "5.3.1",
29+
"@typescript-eslint/parser": "5.3.1",
3030
"esbuild": "0.12.17",
31-
"eslint": "7.14.0",
32-
"eslint-config-prettier": "6.15.0",
31+
"eslint": "8.2.0",
3332
"typescript": "~4.4.4"
3433
},
3534
"sideEffects": false

0 commit comments

Comments
 (0)