sublime-text-eslint
sublime-text-eslint copied to clipboard
ESLint any JavaScript file in Sublime Text
As reported to the svelte plugin repo: https://github.com/sveltejs/eslint-plugin-svelte/issues/576 I can confirm that this Sublime + ESlint package + eslint-plugin-svelte is not showing errors or warnings. Also confirm that with the...
👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-files-new) that will be the default in ESLint v9. I tried this extension out in a repository...
When the sublime linter checks javascript inside `` blocks (in html or vue files), it uses the global indent rules that assume the inner block should start at indent 0....