Skip to content

Commit 6296f39

Browse files
authored
fix: typo in index.ts (#128)
1 parent 3a3b13c commit 6296f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function createConfig({
128128

129129
// Vue's own typing inevitably contains some `any`s, so some of the `no-unsafe-*` rules can't be used.
130130
projectServiceConfigs.push({
131-
name: 'vue-typescript/type-aware-rules-in-conflit-with-vue',
131+
name: 'vue-typescript/type-aware-rules-in-conflict-with-vue',
132132
files: ['**/*.ts', '**/*.tsx', '**/*.mts', '**/*.vue'],
133133
rules: {
134134
'@typescript-eslint/no-unsafe-argument': 'off',

0 commit comments

Comments
 (0)