diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index ee69d487d..b1649fa6c 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -32,7 +32,6 @@ export default [ 'extensions': ['.js', '.jsx', '.ts', '.tsx', '.vue'], 'shouldMatchCase': true, }], - 'vue/no-boolean-default': ['warn', 'default-false'], 'vue/match-component-import-name': 'error', 'vue/prefer-separate-static-class': 'warn',