ESLint-Formatter
ESLint-Formatter copied to clipboard
Sublime Text 3 Plugin to Autoformat with Eslint
I've started getting a significant performance degradation using this when saving an empty new file. I've gone through packages and narrowed it down to this one, enabled debug output but...
After upgrading to babel 7 (and other related packages as a consequence) I am experiencing problems with the extension; when saving the code that automatically fixes the lint errors is...
hopefully fix #75 if not please @TheSavior can you help a bit? much thanks in advance, I really like and use your sublime package
This is on Mac OS Sierra. ``` Error: /Users/jemarjones/Documents/Projects/example/node_modules/.bin/eslint:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list at Object.exports.runInThisContext (vm.js:76:16) at Module._compile (module.js:542:28) at...
When I try to run it, I get an error popup saying that the module 'C:\Users\Me' cannot be found. I have eslint installed and I can run it just fine...
This PR provides the ability to use WSL (https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) for your node/npm installations while running Sublime Text on your Windows host. # New Configuration Option ``` // Setting this to...
Previously it would only run on the saved file, meaning if you ran it and had unsaved changes, those changes would be lost. This copies the text to a temp...
Similar to PR : - https://github.com/akalongman/sublimetext-codeformatter/pull/263 - https://github.com/benmatselby/sublime-phpcs/pull/176
As per title. Add option to exclude folders from auto-formatting.
Would it be possible to use different config files like ESlint itself is doing? I have separate configs for src and test folders, so using only one config in the...