Brackets-InteractiveLinter icon indicating copy to clipboard operation
Brackets-InteractiveLinter copied to clipboard

Interactive linting for Brackets

Results 46 Brackets-InteractiveLinter issues
Sort by recently updated
recently updated
newest added

I know that it is not a long-term solution, but would you please update ESLint so I can keep using your extension. I like your extension and would hate to...

So today we updated our project to use ESLint from ESHint and JSCS, because of JSCS merging with ESLint and not being supported anymore. I added the line of code...

Before I switched to ESLint, I used to get notified if I have declared a variable that I am not using it later in my code. I do not not...

On the [ESLint](http://eslint.org/docs/user-guide/configuring#configuration-file-formats) site they say that `.eslintrc` is deprecated and that we should use one of the following in that order: 1. `.eslintrc.js` 2. `.eslintrc.yaml` 3. `.eslintrc.yml` 4. `.eslintrc.json`...

This is an excellent extension and it's something that I consider a necessity, but it renders me unable to do anything in Brackets. I can't install other extensions, change preferences,...

If I save the file I can't undo the last modifications. How to reproduce: - Make some changes - save - try to undo If I disable this extension, then...

Hi Team, I tried using .eslintrc.json which didn't work. However, the same worked fine for .eslintrc (without any extension) which is basically deprecated (http://eslint.org/docs/user-guide/configuring#configuration-file-formats) It would be really nice to...

I'v recently found [eslint-plugin-mozilla](http://hg.mozilla.org/mozilla-central/file/3381f46ec15b/testing/eslint-plugin-mozilla) that is capable to lint xml files i'v installed the plugin globally (my eslint is globally installed), and i i can use it manually to lint...

The .eslintrc declaration "extends": "eslint:recommended" does not seem to work in the interactive linter using version 1.0.5. Sample .eslintrc file: { ``` "rules": { "quotes": [ 2, "single" ], "semi":...

I am having an issue where the linter extension does not work. I have JSCS and JSHint loaded. The linter will work only occasionally. Generally, I need to restart Brackets...