Skip to content

Commit

Permalink
Revert ESLint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Dec 8, 2015
1 parent 0257b5f commit 4763916
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,7 @@
},
"rules": {
"indent": [2, 4],
"semi": [2, "always"],
"camelcase": 2,
"no-restricted-syntax": [2, "WithStatement"],
"no-constant-condition": 2,
"no-empty": 2,
"no-extra-semi": 2,
"valid-jsdoc": 2,
"arrow-spacing": 2,
"constructor-super": 2,
"generator-star-spacing": 2,
"no-class-assign": 2,
"no-const-assign": 2,
"no-dupe-class-members": 2,
"no-this-before-super": 2,
"prefer-spread": 2,
"require-yield": 2
"semi": [2, "always"]
},
"globals": {
"define": true
Expand Down

0 comments on commit 4763916

Please sign in to comment.