Extension Details

- nESLint
- by AJ Caldwell
- 9 Recent Installs | 192 Total Installs
- Barely abstracted ESLint
- Repository
- Bug Reports
-
Read Files
-
Launch Subprocesses
-
This extension is allowed to:
Readme
nESLint - Barely abstracted ESLint
This is like µESLint, but smaller.
So, this is nESLint.
Why
- handles monorepos well
- handle the transition from ESLint 8
Configuration
- Fix on save
- Run
eslint --fixif enabled
- Run
- ESLint Filepath
- location of ESLint executable
- Shell Filepath
- location of shell to run ESLint
- Config File Names
- ESLint config file names to look for
Release Notes
Version 0.1
- Initial release
Version 0.2
- add config for eslint config filenames
Version 0.3
- add eslint fix option (@StirStudios)
Version 0.4
- fix double save when fix option is enabled (@StirStudios)
- avoid excessive warnings (@StirStudios)
Version 0.4.1
- fix complete absence of warnings
Version 0.4.2
- refactor a bit
Version 0.5.0
- avoid linting a file if the config cannot be found
Version 0.5.1
- fix Nova crash on malformed ESLint results (@StirStudios)