Skip to content

Commit f049b01

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.0...v3.0.0) (2025-08-17) ### ⚠ BREAKING CHANGES * Package is ESM only ### Miscellaneous Chores * Update dependencies ([fbc3a65](fbc3a65)), closes [#1](#1)
1 parent 37d513b commit f049b01

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.0.0](https://github.com/unlight/eslint-plugin-no-eslint-disable/compare/v2.0.0...v3.0.0) (2025-08-17)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* Package is ESM only
6+
7+
### Miscellaneous Chores
8+
9+
* Update dependencies ([fbc3a65](https://github.com/unlight/eslint-plugin-no-eslint-disable/commit/fbc3a65d6fb950c2a6e03e2a68133603ae51f2a0)), closes [#1](https://github.com/unlight/eslint-plugin-no-eslint-disable/issues/1)
10+
111
## [2.0.0](https://github.com/unlight/eslint-plugin-no-eslint-disable/compare/v1.0.1...v2.0.0) (2022-07-30)
212

313

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "eslint-plugin-no-eslint-disable",
3-
"version": "0.0.0-dev",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"description": "Disallow disable rules by `eslint-disable` comment",
6-
"keywords": ["eslintplugin", "eslint-plugin"],
6+
"keywords": [
7+
"eslintplugin",
8+
"eslint-plugin"
9+
],
710
"module": "./dist/index.mjs",
811
"types": "./dist/index.d.ts",
912
"exports": {

0 commit comments

Comments
 (0)