-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Linting for #5225 #5323
Linting for #5225 #5323
Conversation
It's used in tests so it needs to be in the manifest
It's used in tests so it needs to be in the manifest
It's used in tests so it needs to be in the manifest
It's used it tests
It's used in tests
#5309 Should probably land first too because linting errors in docs are in files that will go away once that lands. |
I think this should go before #5309. I think the easiest way for that to happen and avoid conflicts is create a { "rules": { "import/no-extraneous-dependencies": "off" } } And then as part of #5309 I will remove that config. |
no statistically significant performance changes detected timing results
|
In preparation for @npmcli/eslint-config@3.1.0
In preparation for @npmcli/eslint-config@3.1.0
#5309 will turn it back on
This updates linting on all the repos except for
docs
that fail due to #5225.Landing this (rebase and merge) will also land #5225. These should go together.