jshint-loader
jshint-loader copied to clipboard
"extends" property not supported in .jshintrc
If I use a .jshintrc like the following, it says: Bad option: 'extends'. @ line 0 char 0
{ "extends": "../.jshintrc" }
Couldn't it be supported?
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:
- jshint-loader: 0.8.3
- jshint: 2.9.4