generated from BiscuitTin/project-template
-
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.
chore(main): release eslint-plugin-format 0.0.2
- Loading branch information
1 parent
d562847
commit f3f57c5
Showing
3 changed files
with
18 additions
and
2 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/eslint-config": "0.0.4", | ||
"packages/eslint-parser-plain": "0.0.3", | ||
"packages/eslint-plugin-format": "0.0.1" | ||
"packages/eslint-plugin-format": "0.0.2" | ||
} |
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,16 @@ | ||
# Changelog | ||
|
||
## [0.0.2](https://github.com/BiscuitTin/eslint-config/compare/eslint-plugin-format-v0.0.1...eslint-plugin-format-v0.0.2) (2025-02-01) | ||
|
||
|
||
### Features | ||
|
||
* bootstrap release please ([#13](https://github.com/BiscuitTin/eslint-config/issues/13)) ([db0dc10](https://github.com/BiscuitTin/eslint-config/commit/db0dc109cf86e8215c1a39ee3a2ee493dceda3ea)) | ||
* fork so1ve/eslint-parser-plain ([#7](https://github.com/BiscuitTin/eslint-config/issues/7)) ([a8ebeb1](https://github.com/BiscuitTin/eslint-config/commit/a8ebeb17299ae598d10ced4a606312024f964b10)) | ||
* generate provenance statements for publish ([#17](https://github.com/BiscuitTin/eslint-config/issues/17)) ([8b4454c](https://github.com/BiscuitTin/eslint-config/commit/8b4454c1e3cc453b080d1a855a384dc5557e3268)) | ||
* migrate the entire project ([#1](https://github.com/BiscuitTin/eslint-config/issues/1)) ([54224df](https://github.com/BiscuitTin/eslint-config/commit/54224dfc369f2ba76362bb93b46fb4962a923810)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* rename rules in eslint-react ([#26](https://github.com/BiscuitTin/eslint-config/issues/26)) ([c94c567](https://github.com/BiscuitTin/eslint-config/commit/c94c56733abe214524b04f51c10653cf0563c4a8)) |
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,7 +1,7 @@ | ||
{ | ||
"name": "@biscuittin/eslint-plugin-format", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Format various languages with formatters in ESLint, a fork of Antfu's, with support for configuration files.", | ||
"author": "Biscuit Tin <[email protected]>", | ||
"license": "MIT", | ||
|