Skip to content

Commit

Permalink
try to fix webpack and eslint import error
Browse files Browse the repository at this point in the history
  • Loading branch information
seeratsekhon committed Jun 17, 2018
1 parent d548f3f commit eaad2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"rules": {
"react/jsx-filename-extension": 0,
"import/extensions": 0,
"react/prop-types": 0,
"react/prefer-stateless-function": 0,
"no-use-before-define": 0,
Expand Down

0 comments on commit eaad2e4

Please sign in to comment.