-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update ESLint and all its plugins, increase lint coverage (#2616)
- Updated ESLint from 6.8.0 to 8.56.0 - Updated all ESLint plugins - Swapped babel-eslint for @typescript-eslint/parser (adds ability to e.g. use import assertions, necessary to lint Rollup config files, and potentially more in the future) - Revised the list of rules (many were turned on by plugin updates) to avoid breakages; list to be revised later, we may decide to gracefully turn on the new rules and fix the issues.
- Loading branch information
Showing
5 changed files
with
1,021 additions
and
837 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
.gitignore | ||
node_modules | ||
lib | ||
dist | ||
rollup.config.js | ||
packages/pdfkit |
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
Oops, something went wrong.