Skip to content

Commit

Permalink
[ci skip] .eslintrc is deprecated, add .json suffix
Browse files Browse the repository at this point in the history
`no-cond-assing: [2, "except-parens"]` is default, removing
  • Loading branch information
dfreedm committed Feb 5, 2016
1 parent f3c4bb1 commit c7554d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "eslint:recommended",
"rules": {
"no-cond-assign": [2, "except-parens"],
"no-console": 0
},
"env": {
Expand Down

0 comments on commit c7554d9

Please sign in to comment.