This repository has been archived by the owner on Jul 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
"extends" property not supported in .jshintrc #16
Comments
I get this as well when using
|
Is this an issue with |
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:
Versions:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I use a .jshintrc like the following, it says: Bad option: 'extends'. @ line 0 char 0
{
"extends": "../.jshintrc"
}
Couldn't it be supported?
The text was updated successfully, but these errors were encountered: