Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLint は v9 へのバージョンアップの準備ができていないので、当面の間は対象外とする。 #29

Merged
merged 3 commits into from
Apr 22, 2024
Merged
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
22 changes: 3 additions & 19 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,9 @@
"automerge": true
},
{
"groupName": "ESLint and Prettier",
"matchPackageNames": [
"eslint",
"prettier"
],
"matchPackagePatterns": [
"^eslint-",
"^prettier-"
]
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint v9 の準備ができるまでは、グルーピングしていた eslint 系パッケージと Prettier は単独でバージョンアップするようにします。

{
"groupName": "reg-suit",
"matchPackageNames": [
"reg-suit",
"storycap"
],
"matchPackagePatterns": [
"^reg-"
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ついでですが、既に reg-suit は社内で使われておらず chromatic に統一されてるので削除しちゃいます。

"matchPackageNames": ["eslint"],
"enabled": false,
"description": "ESLint v9 は各種プラグインが対応してからバージョンアップの対象にする"
}
]
}
Expand Down
Loading