Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
yongholeeme committed Jan 10, 2025
1 parent 2c19ec7 commit 8277a65
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .changeset/cg-eslint-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@naverpay/eslint-config": major
---

- Support ESLint 9 and Flat Config
- **Config Changes**:
- Renamed `front` to `react`
- Removed `typescript/next` config
- Added `strict` config that extends `unicorn` and `sonarjs`
- Added YAML lint in `node` and `react` configs
- Disallowed unused imports in `node` and `react` configs
- Enforced consistent usage of type imports in `typescript` and `react` configs
- <https://github.com/NaverPayDev/code-style/pull/74>
6 changes: 6 additions & 0 deletions .changeset/cg-eslint-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@naverpay/eslint-plugin": major
---

- Support ESLint 9 and Flat Config
- <https://github.com/NaverPayDev/code-style/pull/74>

0 comments on commit 8277a65

Please sign in to comment.