Skip to content

Commit

Permalink
FIX-1. Clean up .eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristofer Selbekk committed Dec 19, 2016
1 parent 9402bdf commit 75482eb
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,29 +1,10 @@
{
"env": {
"es6": true,
"browser": true,
"node": true
"mocha": true
},
"extends": "eslint-config-ffe",
"parserOptions": {
sourceType: "module",
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"react",
"jsx-a11y"
],

"globals": {
"describe": true,
"it": true
},
"rules": {
"react/prefer-es6-class": 0,
"curly": 0,
"no-script-url": 0,
"react/require-render-return": 0
}
}
}

0 comments on commit 75482eb

Please sign in to comment.