Cosmetics
This commit is contained in:
@@ -27,11 +27,6 @@
|
|||||||
"no-console": "off",
|
"no-console": "off",
|
||||||
"require-atomic-updates": "off",
|
"require-atomic-updates": "off",
|
||||||
"require-await": "warn",
|
"require-await": "warn",
|
||||||
"no-unused-vars": [
|
"no-unused-vars": ["warn", { "argsIgnorePattern": "_" }]
|
||||||
"warn",
|
|
||||||
{
|
|
||||||
"argsIgnorePattern": "_"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user