Skip to content

Commit

Permalink
Document what I've done
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed Apr 26, 2020
1 parent c83a1a4 commit a30d3f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ESLint.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions ESLint.novaextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a30d3f5

Please sign in to comment.