Skip to content

Commit

Permalink
Upgrade ESLint dev dependency
Browse files Browse the repository at this point in the history
Jimmy Jia committed Jul 6, 2015
1 parent da98698 commit ddb8f0e
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@
"no-else-return": 0,
"no-inline-comments": 2,
"no-lonely-if": 2,
"no-mixed-spaces-and-tabs": [2, "always"],
"no-mixed-spaces-and-tabs": 2,
"no-multiple-empty-lines": [1, {
"max": 2
}],
@@ -176,7 +176,7 @@
"nonwords": false
}
],
"wrap-regex": [2, "never"],
"wrap-regex": 2,

/* react rules */
"react/jsx-uses-vars": 1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -14,13 +14,13 @@
"alt-search-docs": "1.0.6",
"babel": "^5.6.6",
"babel-core": "^5.6.6",
"babel-loader": "^5.1.4",
"babel-eslint": "3.1.18",
"babel-loader": "^5.1.4",
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"envify": "^3.4.0",
"es6-promise": "^2.1.1",
"eslint": "0.21.0",
"eslint": "^0.24.0",
"eslint-plugin-react": "2.5.2",
"ghooks": "^0.3.2",
"immutable": "^3.7.2",

0 comments on commit ddb8f0e

Please sign in to comment.