-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f2ad02
commit 3b9b4e5
Showing
7 changed files
with
54 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages/autofix": "1.1.0", | ||
"packages/no-autofix": "1.2.3", | ||
"packages/web": "0.0.3" | ||
"packages/autofix": "1.2.0", | ||
"packages/no-autofix": "1.3.0", | ||
"packages/web": "0.1.0" | ||
} |
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,19 @@ | ||
# Changelog | ||
|
||
## [1.2.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v1.1.0...eslint-plugin-autofix-v1.2.0) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* support eslint v8 (fixes [#78](https://github.com/aladdin-add/eslint-plugin/issues/78)) ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d)) | ||
* support eslint v9 ([500e50b](https://github.com/aladdin-add/eslint-plugin/commit/500e50b29b6d030560b0df63d1c2ef8c8c34c192)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* no-autofix ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d)) | ||
* no-autofix ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d)) | ||
* no-console autofix ([#68](https://github.com/aladdin-add/eslint-plugin/issues/68)) ([959ebcd](https://github.com/aladdin-add/eslint-plugin/commit/959ebcd3c006711aa3dbd86fd6258c1562358913)) | ||
* no-unused-vars 1 arg arrow fns ([#74](https://github.com/aladdin-add/eslint-plugin/issues/74)) ([dcb6993](https://github.com/aladdin-add/eslint-plugin/commit/dcb6993d6c377c5013051e4c894e90a49cda5e5b)) | ||
* no-unused-vars messes up JS/Typescript imports (fixes [#60](https://github.com/aladdin-add/eslint-plugin/issues/60)) ([#71](https://github.com/aladdin-add/eslint-plugin/issues/71)) ([ba70934](https://github.com/aladdin-add/eslint-plugin/commit/ba7093429d8b682b60100485a1a5f4baa3caab68)) | ||
* peer deps eslint>=5.12.1 (refs [#54](https://github.com/aladdin-add/eslint-plugin/issues/54)) ([290ea06](https://github.com/aladdin-add/eslint-plugin/commit/290ea06ec0aa8b9fa39ed85b7731405f6863eb2f)) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-plugin-autofix", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "薛定谔的猫 <[email protected]>", | ||
"description": "autofix some errors reported by eslint rules.", | ||
"main": "./lib/index.js", | ||
|
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,21 @@ | ||
# Changelog | ||
|
||
## [1.3.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-no-autofix-v1.2.3...eslint-plugin-no-autofix-v1.3.0) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* eslint-plugin-no-autofix support scoped plugins (fixes [#77](https://github.com/aladdin-add/eslint-plugin/issues/77)) ([ab5bf6e](https://github.com/aladdin-add/eslint-plugin/commit/ab5bf6e39add1b7c6cd7f255a9065d17707bf9a9)) | ||
* support eslint v8 (fixes [#78](https://github.com/aladdin-add/eslint-plugin/issues/78)) ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d)) | ||
* support eslint v9 ([500e50b](https://github.com/aladdin-add/eslint-plugin/commit/500e50b29b6d030560b0df63d1c2ef8c8c34c192)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* eslint-plugin name ([903259b](https://github.com/aladdin-add/eslint-plugin/commit/903259b2c2c69e4e1f93cc5aa8ead30b5983a788)) | ||
* eslint-plugin-json-format compat issue (fixes [#73](https://github.com/aladdin-add/eslint-plugin/issues/73)) ([cbba57f](https://github.com/aladdin-add/eslint-plugin/commit/cbba57fc7307900f1f973868a30b880f12168b0e)) | ||
* eslint-plugin-no-autofix should not load itself (fixes [#72](https://github.com/aladdin-add/eslint-plugin/issues/72)) ([9e48172](https://github.com/aladdin-add/eslint-plugin/commit/9e481723a2d28a382d1a762646960e86be791b3f)) | ||
* no-autofix ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d)) | ||
* no-autofix ([e007985](https://github.com/aladdin-add/eslint-plugin/commit/e007985c69d0b7768ce039f398fd19dd8132210d)) | ||
* no-autofix support supported plugins (fixes [#77](https://github.com/aladdin-add/eslint-plugin/issues/77)) ([a00534e](https://github.com/aladdin-add/eslint-plugin/commit/a00534ef822738ac5fa4da5ac7f6abb619762672)) | ||
* peer deps eslint>=5.12.1 (refs [#54](https://github.com/aladdin-add/eslint-plugin/issues/54)) ([290ea06](https://github.com/aladdin-add/eslint-plugin/commit/290ea06ec0aa8b9fa39ed85b7731405f6863eb2f)) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-plugin-no-autofix", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"author": "薛定谔的猫 <[email protected]>", | ||
"description": "eslint rules without fixer.", | ||
"main": "./lib/index.js", | ||
|
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,8 @@ | ||
# Changelog | ||
|
||
## [0.1.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-web-v0.0.3...eslint-plugin-web-v0.1.0) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* support eslint v9 ([500e50b](https://github.com/aladdin-add/eslint-plugin/commit/500e50b29b6d030560b0df63d1c2ef8c8c34c192)) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-plugin-web", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"author": "唯然<[email protected]", | ||
"description": "Additional ESLint's rules for web.", | ||
"main": "./lib/index.js", | ||
|