Skip to content

Commit a2820c7

Browse files
committed
chore: merge branch 'main' into feat-more-intuitive-config
2 parents 0895e73 + 6296f39 commit a2820c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function createTypeCheckingConfigs(
123123
// Vue's own typing inevitably contains some `any`s,
124124
// so some of the `no-unsafe-*` rules can't be used.
125125
{
126-
name: '@vue/typescript/type-aware-rules-in-conflit-with-vue',
126+
name: '@vue/typescript/type-aware-rules-in-conflict-with-vue',
127127
files: ['**/*.ts', '**/*.tsx', '**/*.mts', '**/*.vue'],
128128
rules: {
129129
'@typescript-eslint/no-unsafe-argument': 'off',

0 commit comments

Comments
 (0)