Skip to content

Commit 712a731

Browse files
Version Packages
1 parent a695f01 commit 712a731

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

.changeset/gold-insects-wash.md

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

packages/eslint-config-wantedly-typescript/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# eslint-config-wantedly-typescript
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- b217656: refactor(eslint-config-wantedly): Refactor rule set
8+
refactor(eslint-config-wantedly-typescript): Refactor rule set
9+
feat(eslint-config-wantedly): Add import/order rules
10+
feat(eslint-config-wantedly-typescript): Add import/order rules
11+
312
## 4.0.0
413

514
### Major Changes

packages/eslint-config-wantedly-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-wantedly-typescript",
33
"description": "ESLint configuration for Wantedly with TypeScript",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"author": "Yuki Yamada <[email protected]>",
66
"dependencies": {
77
"@eslint/eslintrc": "^3.1.0",

packages/eslint-config-wantedly/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# eslint-config-wantedly
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- b217656: refactor(eslint-config-wantedly): Refactor rule set
8+
refactor(eslint-config-wantedly-typescript): Refactor rule set
9+
feat(eslint-config-wantedly): Add import/order rules
10+
feat(eslint-config-wantedly-typescript): Add import/order rules
11+
312
## 4.0.0
413

514
### Major Changes

packages/eslint-config-wantedly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-wantedly",
33
"description": "ESLint configuration for Wantedly",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"author": "Yuki Yamada <[email protected]>",
66
"dependencies": {
77
"@babel/eslint-parser": "^7.25.1",

0 commit comments

Comments
 (0)