Skip to content

Commit 0b629b0

Browse files
committed
Update eslint dev.dependency
1 parent de0b0e4 commit 0b629b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"rules": {
1616
"constructor-super": 2,
1717
"comma-dangle": 0,
18+
"eqeqeq": [2, "allow-null"],
1819
"func-names": 0,
1920
"guard-for-in": 0,
2021
"one-var": [2, { "initialized": "never" }],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"colors": "^1.1.2",
5555
"css-loader": "^0.18.0",
5656
"es5-shim": "^4.1.10",
57-
"eslint": "1.2.x",
57+
"eslint": "1.4.3",
5858
"eslint-config-airbnb": "0.0.8",
5959
"eslint-plugin-babel": "^2.0.0",
6060
"eslint-plugin-lodash": "^0.1.3",

0 commit comments

Comments
 (0)