Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/cg-eslint-config.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cg-eslint-plugin.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @naverpay/eslint-config

## 2.0.0

### Major Changes

- 8277a65: - 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>

### Patch Changes

- Updated dependencies [8277a65]
- @naverpay/eslint-plugin@2.0.0

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/eslint-config",
"version": "1.0.8",
"version": "2.0.0",
"description": "eslint config for naverpay",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @naverpay/eslint-plugin

## 2.0.0

### Major Changes

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

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/eslint-plugin",
"version": "1.3.0",
"version": "2.0.0",
"description": "eslint plugin for naverpay",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
Loading