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

Commit e04fb91

Browse files
greenkeeperio-botArcanemagus
authored andcommitted
Update eslint-config-airbnb-base to version 2.0.0 🚀 (#560)
* chore(package): update eslint-config-airbnb-base to version 2.0.0 https://greenkeeper.io/ * Update dependencies Update some minimum versions for `eslint-config-airbnb-base` peerDeps.
1 parent 94cb375 commit e04fb91

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

‎package.json‎

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"atom": ">=1.4.0 <2.0.0"
1010
},
1111
"scripts": {
12-
"test": "npm run lint && apm test",
12+
"test": "apm test",
1313
"lint": "eslint .",
1414
"watch": "ucompiler watch",
1515
"compile": "ucompiler go"
@@ -19,13 +19,13 @@
1919
"atom-package-deps": "^4.0.1",
2020
"consistent-path": "^2.0.1",
2121
"escape-html": "^1.0.3",
22-
"eslint": "^2.8.0",
22+
"eslint": "^2.9.0",
2323
"process-communication": "^1.1.0",
2424
"resolve-env": "^1.0.0"
2525
},
2626
"devDependencies": {
27-
"eslint-config-airbnb-base": "^1.0.3",
28-
"eslint-plugin-import": "^1.5.0",
27+
"eslint-config-airbnb-base": "^2.0.0",
28+
"eslint-plugin-import": "^1.6.1",
2929
"ucompiler": "^3.2.0",
3030
"ucompiler-plugin-babel": "^3.0.0",
3131
"ucompiler-plugin-newline": "^3.0.0",
@@ -44,28 +44,13 @@
4444
"eslintConfig": {
4545
"rules": {
4646
"no-console": 0,
47-
"semi": [
48-
2,
49-
"never"
50-
],
47+
"semi": [2, "never"],
5148
"func-names": 0,
52-
"no-param-reassign": [
53-
2,
54-
{
55-
"props": false
56-
}
57-
],
49+
"no-param-reassign": [2, {"props": false}],
5850
"comma-dangle": 0,
5951
"no-underscore-dangle": 0,
6052
"global-require": 0,
61-
"import/no-unresolved": [
62-
2,
63-
{
64-
"ignore": [
65-
"atom"
66-
]
67-
}
68-
]
53+
"import/no-unresolved": [2, {"ignore": ["atom"]}]
6954
},
7055
"extends": "airbnb-base",
7156
"globals": {

0 commit comments

Comments
 (0)