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-config 0.0.2 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cdb3cff
commit b23ce6f
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.1", | ||
"packages/eslint-config": "0.0.2", | ||
"packages/eslint-parser-plain": "0.0.3", | ||
"packages/eslint-plugin-format": "0.0.1" | ||
} |
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-config-v0.0.1...eslint-config-v0.0.2) (2025-01-10) | ||
|
||
|
||
### Features | ||
|
||
* bootstrap release please ([#13](https://github.com/BiscuitTin/eslint-config/issues/13)) ([db0dc10](https://github.com/BiscuitTin/eslint-config/commit/db0dc109cf86e8215c1a39ee3a2ee493dceda3ea)) | ||
* 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)) | ||
* strict limitations on the scope of files to which the rules apply ([#20](https://github.com/BiscuitTin/eslint-config/issues/20)) ([b5a7df3](https://github.com/BiscuitTin/eslint-config/commit/b5a7df3703221e63024b5bafda7a776f6d6977b2)) | ||
|
||
|
||
### 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-config", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A collection of ESLint configurations for Biscuit Tin projects.", | ||
"author": "Biscuit Tin <[email protected]>", | ||
"license": "MIT", | ||
|