diff --git a/eslint.config.js b/eslint.config.js index d1b5c9c..ffa7b3b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -19,6 +19,9 @@ module.exports = antfu( 'unused-imports/no-unused-vars': 'off', 'unused-imports/no-unused-imports': 'off', 'jsdoc/require-returns-description': 'off', + 'eqeqeq': 'off', + 'no-console': 'off', + 'vue/custom-event-name-casing': 'off', 'no-restricted-syntax': [ // eslint-disable-next-line node/prefer-global/process process.env.MODE === 'production' ? 2 : 0,