Skip to content

Commit fbff583

Browse files
chore(release): 5.0.2 [skip ci]
## [5.0.2](5.0.1...5.0.2) (2025-02-06) ### Bug Fixes * Disable `import/no-default-export` rule in `.storybook/` directory ([#362](#362)) ([11cade6](11cade6))
1 parent 777b3bf commit fbff583

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.0.2](https://github.com/moneyforward/eslint-config-moneyforward/compare/5.0.1...5.0.2) (2025-02-06)
2+
3+
### Bug Fixes
4+
5+
* Disable `import/no-default-export` rule in `.storybook/` directory ([#362](https://github.com/moneyforward/eslint-config-moneyforward/issues/362)) ([11cade6](https://github.com/moneyforward/eslint-config-moneyforward/commit/11cade6e61aeeff83d3aa7c0389637b347540f59))
6+
17
## [5.0.1](https://github.com/moneyforward/eslint-config-moneyforward/compare/5.0.0...5.0.1) (2024-12-17)
28

39
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-moneyforward",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Money Forward's ESLint rules as an extensible shared config.",
55
"exports": {
66
"./flat": {

0 commit comments

Comments
 (0)