diff --git a/ESLint.novaextension/CHANGELOG.md b/ESLint.novaextension/CHANGELOG.md index 3e9f4b9..f4c893e 100644 --- a/ESLint.novaextension/CHANGELOG.md +++ b/ESLint.novaextension/CHANGELOG.md @@ -1,6 +1,14 @@ ## UNRELEASED -- Restructured the project to allow for npm dependencies to be consumed. +- Auto-fix command +- Auto-fix on save +- Better performance by killing still-running linting processes +- Use workspace-installed eslint by default +- Support for configuring eslint executable location + +## 0.3.0 + +- Run eslint even when global not installed ## 0.2.0 diff --git a/ESLint.novaextension/README.md b/ESLint.novaextension/README.md index fe4ed0f..0b89e58 100644 --- a/ESLint.novaextension/README.md +++ b/ESLint.novaextension/README.md @@ -8,4 +8,5 @@ files. * Automatically invokes ESLint and reports on issues found within your JavaScript and TypeScript source files * Auto-fix command +* Auto-fix on save * Use project eslint executable by default