-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Software
- using [email protected] and with .jshintrc file in the root of the project folder.
Problem
- Linter window shows something weird with a few unrecognized directives. it shows only a single character 'o' for each directive it does not recognize
Steps to reproduce problem:
-
start linting a blank .js file. no text, nothing, noda -
add the following to the .jshintrc file - - "esversion": 6,
- - "funscope": false,
- - "module": true,
- - "singlegroups": true,
- - "varstmt": true
Question:
- Have these directives been deprecated?
- Does the linter need to be updated?
Possible Solution:
-
would be to have the linter simply ignore any directives that it doesn't understand
Metadata
Metadata
Assignees
Labels
No labels