We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbb1ba commit a6cb23dCopy full SHA for a6cb23d
src/index.ts
@@ -48,7 +48,7 @@ export default function createConfig({
48
const projectServiceConfigs: ConfigArray = [
49
{
50
name: 'vue-typescript/skip-type-checking-for-js-files',
51
- files: ['**/*.js', '**/*.jsx'],
+ files: ['**/*.js', '**/*.jsx', '**/*.cjs', '**/*.mjs'],
52
...tseslint.configs.disableTypeChecked,
53
},
54
]
0 commit comments