MiguelCastillo / Brackets-InteractiveLinter

Interactive linting for Brackets
Other
119 stars 26 forks source link

directives not recognized in .jshintrc file #181

Open pickledham opened 8 years ago

pickledham commented 8 years ago

Software

MiguelCastillo commented 8 years ago

wow - I have never seen anyone provide me with such great details about an issue! You are awesome.

As far as the issue goes - I would like to reproduce the issue to see what's going on. Can you reproduce the issue if you have an already created JS and a .eslintrc file? If so, it would be awesome to get a hold of that.

pickledham commented 8 years ago

tried removing all linting config files and trying the one at a time. Seems to totally ignore .jslintrc and .eslintrc files. Only file the linter looks for is .jshintrc

just for reference and to clear my sanity here is a snippet of my brackets.json file " ------------------ Code linting -------------------------------": "comment", "linting.enabled": true, "linting.collapsed": true, "mikaeljorhult.bracketsPHPLintTools.php-available": false, "interactive-linter.delay": 500, "interactive-linter.webworker": true, "interactive-linter.javascript": [ "jsx" ], "interactive-linter.coffeescript": null,

Thank you for being so polite and willing to help. I like to provide as much detail as possible because the more info you have the easier it is to solve the problem. BTW, I just love your interactive linter so much I can't write code without it. Great job!

Daryl djberry@hiwaay.net

On 6/10/2016 2:57 PM, Miguel Castillo wrote:

wow - I have never seen anyone provide me with such great details about an issue! You are awesome.

As far as the issue goes - I would like to reproduce the issue to see what's going on. Can you reproduce the issue if you have an already created JS and a .eslintrc file? If so, it would be awesome to get a hold of that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MiguelCastillo/Brackets-InteractiveLinter/issues/181#issuecomment-225280499, or mute the thread https://github.com/notifications/unsubscribe/AL3J2-dv54vxRh64dT9dfyX2OpBXJQCXks5qKcHHgaJpZM4IyCih.

davidbarredo commented 8 years ago

I have the same problem adding the "esversion": 6 to the .jshintrc file.