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

This commit is contained in:
David Sanders
2025-07-08 06:20:56 -07:00
committed by GitHub
parent 31bc5ca903
commit 712262597d
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"]
}
}