Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

"extends" property not supported in .jshintrc #16

Open
gabrielenosso opened this issue Feb 17, 2015 · 6 comments
Open

"extends" property not supported in .jshintrc #16

gabrielenosso opened this issue Feb 17, 2015 · 6 comments

Comments

@gabrielenosso
Copy link

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
Copy link

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
Copy link

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

@benstaker
Copy link

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

@kostasmanionis
Copy link
Collaborator

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

@benstaker
Copy link

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

@ericbeijer
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants