Skip to content

Commit

Permalink
cleaner eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Torgeir Pedersen Cook committed Mar 1, 2017
1 parent bb052a6 commit 2912384
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
14 changes: 0 additions & 14 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
{
"env": {
"es6": true,
"browser": true,
"node": true
},
"extends": "eslint-config-ffe",
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"react"
],
"globals": {
"describe": true,
"it": true
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
"*.js",
"styles/"
],
"eslintConfig": {
"extends": "eslint-config-ffe"
},
"author": "SpareBank1",
"license": "",
"dependencies": {
Expand Down

0 comments on commit 2912384

Please sign in to comment.