-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eslint-config-seekingalpha-base ver. 8.1.0 (#390)
- [deps] update `eslint-plugin-unicorn` to version `53.0.0` - [breaking] enable `unicorn/consistent-empty-array-spread` rule - [breaking] enable `unicorn/no-invalid-fetch-options` rule - [breaking] enable `unicorn/no-magic-array-flat-depth` rule - [breaking] enable `unicorn/prefer-string-raw` rule - [breaking] enable `unicorn/prefer-structured-clone` rule
- Loading branch information
Showing
5 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
11 changes: 10 additions & 1 deletion
11
eslint-configs/eslint-config-seekingalpha-base/CHANGELOG.md
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,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/ | |
|
||
Install ESLint and all [Peer Dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/): | ||
|
||
npm install [email protected] [email protected] [email protected] [email protected] [email protected] eslint-plugin-unicorn@52.0.0 --save-dev | ||
npm install [email protected] [email protected] [email protected] [email protected] [email protected] eslint-plugin-unicorn@53.0.0 --save-dev | ||
|
||
Install SeekingAlpha shareable ESLint: | ||
|
||
|
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