-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Update to ESLint 8 and Semistandard 17
In 9c3ae1a we updated to the latest supported versions for Node 10. This commit updates to the latest supported for Node 18. ESLint 9 requires a specific Node 18 release, and so can't be safely selected without warnings from `ncu --enginesNode`. It requires either ignoring that warning, or raising production requirements in package.json to satisfy an internal dev dependency issue which is needlessly inconveniences downstream users.
- Loading branch information
Showing
9 changed files
with
926 additions
and
962 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
*.tap.txt eol=lf | ||
*.json eol=lf | ||
*.html eol=lf | ||
|
||
/package-lock.json binary |
Oops, something went wrong.