fix: eslint error

This commit is contained in:
JinmingYang
2023-07-20 00:18:35 +08:00
parent acfc12c6e3
commit ccde6cb3c4

View File

@@ -6,7 +6,8 @@
"no-console": "off",
"no-mixed-operators": "off",
"no-restricted-globals": "off",
"unicorn/prefer-number-properties": "off"
"unicorn/prefer-number-properties": "off",
"n/prefer-global/process": "off"
},
"overrides": [
{