-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7af16a8
commit 39f4dfb
Showing
2 changed files
with
14 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## [3.0.0](https://www.github.com/npm/eslint-config/compare/v2.0.0...v3.0.0) (2022-02-14) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* this will report lint errors for all variable shadowing except for the common case of `t` used in tap tests | ||
|
||
### Features | ||
|
||
* add `no-shadow` rule as an error ([#11](https://www.github.com/npm/eslint-config/issues/11)) ([7af16a8](https://www.github.com/npm/eslint-config/commit/7af16a81a2881e22314c3ee2c6036be912e0dc58)) | ||
* allow global/native extensions in tests ([#9](https://www.github.com/npm/eslint-config/issues/9)) ([5ddad11](https://www.github.com/npm/eslint-config/commit/5ddad11acbe7bbb9ca5dcca6708c568d59b3492b)) |
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