generated from NaverPayDev/ts-monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
2c19ec7
commit 8277a65
Showing
2 changed files
with
19 additions
and
0 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 |
---|---|---|
@@ -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> |
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,6 @@ | ||
--- | ||
"@naverpay/eslint-plugin": major | ||
--- | ||
|
||
- Support ESLint 9 and Flat Config | ||
- <https://github.com/NaverPayDev/code-style/pull/74> |