jshint-loader icon indicating copy to clipboard operation
jshint-loader copied to clipboard

"extends" property not supported in .jshintrc

Open gabrielenosso opened this issue 10 years ago • 6 comments

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

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

Couldn't it be supported?

gabrielenosso avatar Feb 17 '15 14:02 gabrielenosso

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 avatar Jul 21 '15 16:07 alexilyaev

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

alexilyaev avatar Jul 26 '15 19:07 alexilyaev

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

benstaker avatar Jun 21 '16 16:06 benstaker

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

kostasmanionis avatar Jul 25 '16 13:07 kostasmanionis

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

benstaker avatar Jul 25 '16 14:07 benstaker

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

ericbeijer avatar Jan 23 '17 10:01 ericbeijer