We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472ad4f commit 983518dCopy full SHA for 983518d
.eslintrc.json
@@ -1,21 +1,3 @@
1
{
2
- "env": {
3
- "browser": true,
4
- "es6": true
5
- },
6
- "parserOptions": {
7
- "ecmaVersion": 2020
8
9
- "extends": "airbnb-base",
10
- "overrides": [
11
- {
12
- "files": [
13
- "**/*.spec.js",
14
- "**/__tests__/*"
15
- ],
16
17
- "jest": true
18
- }
19
20
- ]
+ "extends": "wojtekmaj"
21
}
package.json
@@ -37,9 +37,8 @@
37
"@babel/plugin-transform-runtime": "^7.9.0",
38
"@babel/preset-env": "^7.9.0",
39
"cross-env": "^7.0.0",
40
- "eslint": "~7.2.0",
41
- "eslint-config-airbnb-base": "^14.2.0",
42
- "eslint-plugin-import": "^2.21.2",
+ "eslint": "^7.12.0",
+ "eslint-config-wojtekmaj": "^0.4.0",
43
"jest": "^26.0.0",
44
"rimraf": "^3.0.0"
45
},
0 commit comments