Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
Simplify .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-set-studio committed Feb 15, 2018
1 parent c6a92e4 commit 005f177
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"es6": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
},
"rules": {
"no-const-assign": "warn",
"no-this-before-super": "warn",
Expand All @@ -21,4 +15,4 @@
"valid-typeof": "warn",
"quotes": [2, "single", { "allowTemplateLiterals": true }]
}
}
}

0 comments on commit 005f177

Please sign in to comment.