webpack-contrib / jshint-loader

[DEPRECATED] jshint loader for webpack, please migrate on `eslint`
MIT License
67 stars 37 forks source link

"extends" property not supported in .jshintrc #16

Open gabrielenosso opened 9 years ago

gabrielenosso commented 9 years ago

If I use a .jshintrc like the following, it says: Bad option: 'extends'. @ line 0 char 0

{ "extends": "../.jshintrc" }

Couldn't it be supported?

alexilyaev commented 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
alexilyaev commented 9 years ago

Is this an issue with jshint-loader or something else?

benstaker commented 8 years ago

I am also getting this issue using the "extends" property.

kostasmanionis commented 8 years ago

@benstaker Do you remember what jshint version were you using?

benstaker commented 8 years ago

@kostasmanionis the latest version at the time of writing the comment, however I'm now using ESLint.

ericbeijer commented 7 years ago

I am experiencing the same issue:

jshint results in errors
      Bad option: 'extends'. @ line 0 char 0

Versions: