Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis authored Oct 11, 2016
1 parent b44236a commit 14fa864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rules": {
"import/no-unresolved": "off",
"import/no-extraneous-dependencies": "off",
"react/jsx-filename-extension": ["error", { "extensions": [".js", ".jsx"] }],
"react/react-in-jsx-scope": "off",
"import/extensions": ["error", "never"]
},
Expand Down

0 comments on commit 14fa864

Please sign in to comment.