Skip to content

Commit 1b9c3ee

Browse files
committed
lint: exclude Vue files
1 parent 8592f9e commit 1b9c3ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsslint.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from '@tsslint/config';
22
import { getDefaultRules as getDefaultVolarRules } from 'https://raw.githubusercontent.com/volarjs/volar.js/master/tsslint.config.ts';
33

44
export default defineConfig({
5+
exclude: ['**/*.vue'],
56
rules: {
67
...getDefaultVolarRules(),
78
},

0 commit comments

Comments
 (0)