Skip to content

Commit 787592d

Browse files
authored
Merge pull request #77 from NaverPayDev/changeset-release/main
πŸš€ version changed packages
2 parents a5204b9 + 2b0af66 commit 787592d

File tree

6 files changed

+28
-21
lines changed

6 files changed

+28
-21
lines changed

β€Ž.changeset/cg-eslint-config.mdβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Ž.changeset/cg-eslint-plugin.mdβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Žpackages/eslint-config/CHANGELOG.mdβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @naverpay/eslint-config
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 8277a65: - Support ESLint 9 and Flat Config
8+
- **Config Changes**:
9+
- Renamed `front` to `react`
10+
- Removed `typescript/next` config
11+
- Added `strict` config that extends `unicorn` and `sonarjs`
12+
- Added YAML lint in `node` and `react` configs
13+
- Disallowed unused imports in `node` and `react` configs
14+
- Enforced consistent usage of type imports in `typescript` and `react` configs
15+
- <https://github.com/NaverPayDev/code-style/pull/74>
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [8277a65]
20+
- @naverpay/eslint-plugin@2.0.0
21+
322
## 1.0.8
423

524
### Patch Changes

β€Žpackages/eslint-config/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@naverpay/eslint-config",
3-
"version": "1.0.8",
3+
"version": "2.0.0",
44
"description": "eslint config for naverpay",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

β€Žpackages/eslint-plugin/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @naverpay/eslint-plugin
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 8277a65: - Support ESLint 9 and Flat Config
8+
- <https://github.com/NaverPayDev/code-style/pull/74>
9+
310
## 1.3.0
411

512
### Minor Changes

β€Žpackages/eslint-plugin/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@naverpay/eslint-plugin",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "eslint plugin for naverpay",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
Β (0)