diff --git a/eslint.config.js b/eslint.config.js new file mode 100644 index 0000000000..aee5f35a97 --- /dev/null +++ b/eslint.config.js @@ -0,0 +1,9 @@ +export default [ + { + rules: { + 'vue/html-self-closing': 'off', + 'vue/multi-word-component-names': 'off', + '@typescript-eslint/no-explicit-any': 'off', + }, + }, +]