diff --git a/eslint.config.js b/eslint.config.js index ccea1a7..98790f1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -22,6 +22,7 @@ module.exports = antfu( 'eqeqeq': 'off', 'no-console': 'off', 'vue/custom-event-name-casing': 'off', + 'vue/eqeqeq': 'off', 'no-restricted-syntax': [ // eslint-disable-next-line node/prefer-global/process process.env.MODE === 'production' ? 2 : 0,