ESLint-Formatter
ESLint-Formatter copied to clipboard
Sublime Text 3 Plugin to Autoformat with Eslint
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...
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.
 when I use ESLint-Formatter on windows10, it pops up a window as the picture above says.
For example `.eslintrc.js`
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...