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

Commit dce2b5e

Browse files
greenkeeperio-botArcanemagus
authored andcommitted
Update eslint-config-airbnb-base to version 2.0.0 🚀 (#110)
* chore(package): update eslint-config-airbnb-base to version 2.0.0 https://greenkeeper.io/ * Update dependencies
1 parent e604c6e commit dce2b5e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

‎package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"devDependencies": {
2727
"coffeelint": "^1.15.0",
28-
"eslint": "^2.8.0",
29-
"eslint-config-airbnb-base": "^1.0.4",
30-
"eslint-plugin-import": "^1.6.0"
28+
"eslint": "^2.9.0",
29+
"eslint-config-airbnb-base": "^2.0.0",
30+
"eslint-plugin-import": "^1.6.1"
3131
},
3232
"package-deps": [
3333
"linter"
@@ -40,7 +40,14 @@
4040
"extends": "airbnb-base",
4141
"rules": {
4242
"global-require": 0,
43-
"import/no-unresolved": [2, {"ignore": ["atom"]}]
43+
"import/no-unresolved": [
44+
2,
45+
{
46+
"ignore": [
47+
"atom"
48+
]
49+
}
50+
]
4451
},
4552
"globals": {
4653
"atom": true

0 commit comments

Comments
 (0)