diff --git a/.eslintrc.js b/.eslintrc.js index 1729ff1..096e090 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,6 +6,7 @@ module.exports = { parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], rules: { + 'no-console': 'off', 'no-restricted-syntax': 'off', 'no-continue': 'off', // 禁止使用 var