Open gabrielenosso opened 9 years ago
I get this as well when using extends
:
WARNING in ./public/index.js
jshint results in errors
Bad option: 'extends'. @ line 0 char 0
Is this an issue with jshint-loader
or something else?
I am also getting this issue using the "extends" property.
@benstaker Do you remember what jshint version were you using?
@kostasmanionis the latest version at the time of writing the comment, however I'm now using ESLint.
I am experiencing the same issue:
jshint results in errors
Bad option: 'extends'. @ line 0 char 0
Versions:
If I use a .jshintrc like the following, it says: Bad option: 'extends'. @ line 0 char 0
{ "extends": "../.jshintrc" }
Couldn't it be supported?