ref: désactive des règles pénibles
This commit is contained in:
parent
32ed83d772
commit
aed55ac496
2 changed files with 5 additions and 1 deletions
|
|
@ -227,6 +227,7 @@ const esLintRules: DummyRuleMap = {
|
|||
"eslint/no-shadow": [
|
||||
"deny",
|
||||
{
|
||||
allow: ["Option"],
|
||||
builtinGlobals: true,
|
||||
hoist: "functions-and-types",
|
||||
ignoreFunctionTypeParameterNameValueShadow: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue