Nova

Extensions


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 --fix if enabled
  • ESLint Filepath
    • location of ESLint executable
  • Shell Filepath
    • location of shell to run ESLint
  • Config File Names
    • ESLint config file names to look for

Changelog

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

  • reactor a bit