Skip to content

directives not recognized in .jshintrc file #181

@pickledham

Description

@pickledham

Software

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions