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 @@
{
"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"]
}
}