ESLint-Formatter icon indicating copy to clipboard operation
ESLint-Formatter copied to clipboard

Sublime Text 3 Plugin to Autoformat with Eslint

Results 30 ESLint-Formatter issues
Sort by recently updated
recently updated
newest added

Would it be possible to configure the formatter to format the file before it's saved (but after pressing Cmd-s) instead of after? Now it seems that the file is saved...

enhancement
help wanted

v2.3.1 is installed, after setting config: "format_on_save: true", it would only pop out Linter warning and not fixed. But if using hot key, it works perfectly. My env: OS: Sierra...

Hey there! I'm using [babel module resolver](https://github.com/tleunen/eslint-import-resolver-babel-module) and getting this error: ``` Error: [eslint-import-resolver-babel-module] Error: [BABEL] Using `babel-preset-react-app` requires that you specify `NODE_ENV` or `BABEL_ENV` environment variables. Valid values are...

I am using Sublime Text 3.2.2 Build 3211 on Mac Version 10.14.6 (18G4032). Eslint-Formatter v2.3.1. I use it mainly in vue projects but also in Vanilla JS projects. After formatting...

Minor bug, not that important but still an issue: formatting doesn't work (no errors, just doesn't do anything) if the file is not saved first.

set `format_on_save: true` not work on Mac. I have try using sublime pos_save hook to run `format_eslint` command, not work again. Hope for your help. Thanks.

![qq 20161202112020](https://cloud.githubusercontent.com/assets/8586268/20821888/562ff63e-b881-11e6-91cb-73d90bc1ba08.png) when I use ESLint-Formatter on windows10, it pops up a window as the picture above says.

As specified in the [eslint docs](https://eslint.org/docs/user-guide/configuring), each configuration file should apply to "**an entire directory (other than your home directory) and all of its subdirectories.**" My Sublime project directory is...

I installed this today, and I really like it! However, I keep getting errors like these. What additional debug information can I provide to help resolve this issue? ``` Unexpected...