build: drop eslint-plugin-unicorn (#47676)

This commit is contained in:
David Sanders 2025-07-08 06:20:56 -07:00 committed by GitHub
commit 712262597d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 793 additions and 266 deletions

View file

@ -1,8 +1,8 @@
{
"extends": "standard",
"plugins": [
"markdown",
"unicorn"
"import",
"markdown"
],
"overrides": [
{
@ -30,6 +30,6 @@
"no-undef": "off",
"no-unused-expressions": "off",
"no-unused-vars": "off",
"unicorn/prefer-node-protocol": "error"
"import/enforce-node-protocol-usage": ["error", "always"]
}
}