## Software - using **brackets@1.6** 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
Software
Problem
Steps to reproduce problem:
Question:
Possible Solution: