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 @@
{
"plugins": [
"unicorn"
"import"
],
"rules": {
"unicorn/prefer-node-protocol": "error"
"import/enforce-node-protocol-usage": ["error", "always"]
}
}