We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0b0e4 commit 0b629b0Copy full SHA for 0b629b0
.eslintrc
@@ -15,6 +15,7 @@
15
"rules": {
16
"constructor-super": 2,
17
"comma-dangle": 0,
18
+ "eqeqeq": [2, "allow-null"],
19
"func-names": 0,
20
"guard-for-in": 0,
21
"one-var": [2, { "initialized": "never" }],
package.json
@@ -54,7 +54,7 @@
54
"colors": "^1.1.2",
55
"css-loader": "^0.18.0",
56
"es5-shim": "^4.1.10",
57
- "eslint": "1.2.x",
+ "eslint": "1.4.3",
58
"eslint-config-airbnb": "0.0.8",
59
"eslint-plugin-babel": "^2.0.0",
60
"eslint-plugin-lodash": "^0.1.3",
0 commit comments