File tree 3 files changed +3
-29
lines changed
3 files changed +3
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "extends": [
3
- "airbnb-base",
4
- "plugin:prettier/recommended"
5
- ],
6
- "plugins": [
7
- "import",
8
- "prettier"
9
- ],
2
+ "extends": ["airbnb-base", "plugin:prettier/recommended"],
3
+ "plugins": ["import", "prettier"],
10
4
"env": {
11
5
"jest": true
12
6
},
13
- "parser": "babel-eslint",
14
7
"rules": {
15
8
"no-unused-vars": [
16
9
"error",
19
12
}
20
13
]
21
14
}
22
- }
15
+ }
Original file line number Diff line number Diff line change 11
11
},
12
12
"devDependencies" : {
13
13
"babel-eslint" : " ^10.0.3" ,
14
- "@babel/core" : " ^7.6.0" ,
15
- "@babel/plugin-proposal-class-properties" : " ^7.5.5" ,
16
- "@babel/plugin-proposal-export-default-from" : " ^7.2.0" ,
17
- "@babel/plugin-proposal-export-namespace-from" : " ^7.2.0" ,
18
- "@babel/plugin-proposal-object-rest-spread" : " ^7.5.5" ,
19
- "@babel/plugin-proposal-optional-chaining" : " ^7.2.0" ,
20
- "@babel/preset-env" : " ^7.6.0" ,
21
14
"eslint" : " ^6.8.0" ,
22
15
"eslint-config-airbnb-base" : " ^14.0.0" ,
23
16
"eslint-config-prettier" : " ^6.6.0" ,
You can’t perform that action at this time.
0 commit comments