Skip to content

Commit

Permalink
Merge pull request #19993 from twbs/eslint-1.7.3
Browse files Browse the repository at this point in the history
Upgrade ESlint to v1.7.3
  • Loading branch information
cvrebert committed May 31, 2016
2 parents 5a35ad6 + 412481b commit d8e1180
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 65 deletions.
120 changes: 56 additions & 64 deletions grunt/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions js/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"no-duplicate-case": 2,
"no-empty": 2,
"no-empty-character-class": 2,
"no-empty-pattern": 2,
"no-ex-assign": 2,
"no-extra-boolean-cast": 2,
"no-extra-parens": 0,
Expand All @@ -29,6 +30,7 @@
"no-inner-declarations": 2,
"no-invalid-regexp": 2,
"no-irregular-whitespace": 2,
"no-magic-numbers": [2, {"ignore": [-1, 0, 1]}],
"no-negated-in-lhs": 2,
"no-obj-calls": 2,
"no-regex-spaces": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^4.1.3",
"eslint": "^1.5.1",
"eslint": "^1.7.3",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"grunt-build-control": "^0.6.0",
Expand Down

0 comments on commit d8e1180

Please sign in to comment.