Skip to content

Commit 39f4dfb

Browse files
chore: release 3.0.0 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7af16a8 commit 39f4dfb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [3.0.0](https://www.github.com/npm/eslint-config/compare/v2.0.0...v3.0.0) (2022-02-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* this will report lint errors for all variable shadowing except for the common case of `t` used in tap tests
9+
10+
### Features
11+
12+
* 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))
13+
* 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))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/eslint-config",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "eslint config used by the npm cli team",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)