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

Commit fc032e9

Browse files
greenkeeperio-botArcanemagus
authored andcommitted
Update eslint-config-airbnb-base to version 2.0.0 🚀 (#49)
* chore(package): update eslint-config-airbnb-base to version 2.0.0 https://greenkeeper.io/ * Update deps, fix scripts, and fix lint config
1 parent 8e917ca commit fc032e9

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

‎package.json

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"atom": ">=1.0.0 <2.0.0"
1313
},
1414
"scripts": {
15-
"test": "eslint ."
15+
"test": "apm test",
16+
"lint": "eslint ."
1617
},
1718
"keywords": [
1819
"json",
@@ -30,25 +31,15 @@
3031
"jsonlint": "~1.6.2"
3132
},
3233
"devDependencies": {
33-
"eslint": "^2.8.0",
34-
"eslint-config-airbnb-base": "^1.0.2",
35-
"eslint-plugin-import": "^1.5.0"
34+
"eslint": "^2.9.0",
35+
"eslint-config-airbnb-base": "^2.0.0",
36+
"eslint-plugin-import": "^1.6.1"
3637
},
3738
"eslintConfig": {
3839
"rules": {
39-
"comma-dangle": [
40-
2,
41-
"never"
42-
],
40+
"comma-dangle": [2, "never"],
4341
"global-require": 0,
44-
"import/no-unresolved": [
45-
2,
46-
{
47-
"ignore": [
48-
"atom"
49-
]
50-
}
51-
]
42+
"import/no-unresolved": [2, {"ignore": ["atom"]}]
5243
},
5344
"extends": "airbnb-base",
5445
"globals": {

‎spec/.eslintrc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module.exports = {
2-
globals: {
3-
waitsForPromise: true
4-
},
52
env: {
3+
atomtest: true,
64
jasmine: true
75
}
86
};

0 commit comments

Comments
 (0)