-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
declare globals for eslint-plugin-n>=16.5.0
eslint-community/eslint-plugin-n#154 removed many global variables from eslint-plugin-n in favor of enabling the node and es2021 environments. Since we disable the node environment (since our code may not be running in node) we need to declare those variables for linting. Do so as necessary. Bump the required version of eslint-plugin-n to ^16.5.0 to avoid warnings about redeclaring globals when using previous versions. Signed-off-by: Kevin Locke <[email protected]>
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 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
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