Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Johnson committed Dec 19, 2016
1 parent e42d87e commit 11c19a1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": 2,
"no-undef": 1,
"no-unused-expressions": 1,
"array-callback-return": 1
}
"extends": "react-app"
}

0 comments on commit 11c19a1

Please sign in to comment.