chore: 修改eslint配置

This commit is contained in:
= 2024-05-22 18:09:10 +08:00
parent 7cd0c36f65
commit a14a16117d

View File

@ -17,6 +17,9 @@
"no-continue": "off", // 使continue
"no-bitwise": "off", // 使
"max-classes-per-file": "off", //
"func-names": "off", //
"no-restricted-syntax": "off", // for of
"no-constant-condition": "off", // while(true)
"import/extensions": [
"error",
"ignorePackages", // node_modules