diff --git a/eslint.config.mjs b/eslint.config.mjs index d90081c..dde33c4 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -27,7 +27,12 @@ export default [ }, ...pluginVue.configs['flat/essential'], - ...vueTsEslintConfig(), + ...vueTsEslintConfig({ + supportedScriptLangs: { + ts: true, + tsx: true, + } + }), { ...pluginVitest.configs.recommended,