build: drop eslint-plugin-unicorn (#47676)
This commit is contained in:
parent
31bc5ca903
commit
712262597d
8 changed files with 793 additions and 266 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue