Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed Oct 29, 2017
1 parent 3c09d17 commit 884fc82
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
},
"parser": "babel-eslint",
"rules": {
"prettier/prettier": [
"error",
{
"printWidth": 120
}
],
// Possible Errors
"no-cond-assign": 2,
"no-console": 0,
Expand Down Expand Up @@ -47,13 +41,12 @@
"consistent-return": 2,
"curly": 2,
"default-case": 2,
"eqeqeq": 2,
"eqeqeq": ["error", "always", {"null": "ignore"}],
"guard-for-in": 2,
"no-alert": 2,
"no-caller": 2,
"no-div-regex": 2,
"no-else-return": 2,
"no-eq-null": 2,
"no-eval": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
Expand Down

0 comments on commit 884fc82

Please sign in to comment.