-
Notifications
You must be signed in to change notification settings - Fork 6
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,25 +28,8 @@ | |
"automerge": true | ||
}, | ||
{ | ||
"groupName": "ESLint and Prettier", | ||
"matchPackageNames": [ | ||
"eslint", | ||
"prettier" | ||
], | ||
"matchPackagePatterns": [ | ||
"^eslint-", | ||
"^prettier-" | ||
] | ||
}, | ||
{ | ||
"groupName": "reg-suit", | ||
"matchPackageNames": [ | ||
"reg-suit", | ||
"storycap" | ||
], | ||
"matchPackagePatterns": [ | ||
"^reg-" | ||
] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ついでですが、既に reg-suit は社内で使われておらず chromatic に統一されてるので削除しちゃいます。 |
||
"matchPackageNames": ["eslint"], | ||
"enabled": false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. eslint は問答無用で対象外に。 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 便利! |
||
} | ||
] | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint v9 の準備ができるまでは、グルーピングしていた eslint 系パッケージと Prettier は単独でバージョンアップするようにします。