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

Commit 2ae211b

Browse files
greenkeeperio-botArcanemagus
authored andcommitted
Update eslint-config-airbnb-base to version 3.0.1 🚀 (#110)
* chore(package): update eslint-config-airbnb-base to version 3.0.1 https://greenkeeper.io/ * chore(package): update eslint-plugin-import to version 1.7.0 https://greenkeeper.io/ Conflicts: package.json
1 parent 03a9b85 commit 2ae211b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

‎package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,24 @@
3232
},
3333
"devDependencies": {
3434
"eslint": "^2.9.0",
35-
"eslint-config-airbnb-base": "^2.0.0",
36-
"eslint-plugin-import": "^1.6.1"
35+
"eslint-config-airbnb-base": "^3.0.1",
36+
"eslint-plugin-import": "^1.7.0"
3737
},
3838
"eslintConfig": {
3939
"rules": {
40-
"comma-dangle": [2, "never"],
40+
"comma-dangle": [
41+
2,
42+
"never"
43+
],
4144
"global-require": 0,
42-
"import/no-unresolved": [2, {"ignore": ["atom"]}]
45+
"import/no-unresolved": [
46+
2,
47+
{
48+
"ignore": [
49+
"atom"
50+
]
51+
}
52+
]
4353
},
4454
"extends": "airbnb-base",
4555
"globals": {

0 commit comments

Comments
 (0)