Skip to content

Commit

Permalink
Update eslint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-advokate authored Sep 12, 2024
1 parent 7b5c529 commit 0c72978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default [
},
rules: {
// eslint (https://eslint.org/docs/latest/rules/)
"max-lines": ["error", 500], // 禁用 console
"max-lines": ["error", 50000], // 最大行
"no-console": "off", // 禁用 console
"no-debugger": "off", // 禁用 debugger
"no-irregular-whitespace": "off", // 禁止不规则的空白
Expand Down

0 comments on commit 0c72978

Please sign in to comment.