Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit cdff7af

Browse files
committed
Update eslint and its configs
1 parent 648715b commit cdff7af

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,27 @@
3030
"htmlhint": "~0.9.12"
3131
},
3232
"devDependencies": {
33-
"eslint": "^2.5.1",
34-
"eslint-config-airbnb": "^7.0.0",
35-
"eslint-plugin-react": "^5.0.1"
33+
"eslint": "^2.8.0",
34+
"eslint-config-airbnb-base": "^1.0.0",
35+
"eslint-plugin-import": "^1.5.0"
3636
},
3737
"eslintConfig": {
3838
"rules": {
3939
"comma-dangle": [
4040
2,
4141
"never"
4242
],
43-
"no-console": 0
43+
"global-require": 0,
44+
"import/no-unresolved": [
45+
2,
46+
{
47+
"ignore": [
48+
"atom"
49+
]
50+
}
51+
]
4452
},
45-
"extends": "airbnb/base",
53+
"extends": "airbnb-base",
4654
"globals": {
4755
"atom": true
4856
},

0 commit comments

Comments
 (0)