From d8a7d80297ee0b1d9196dcd39f6abd2a1efdb642 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Fri, 10 Jan 2025 12:43:24 -0800 Subject: [PATCH] [fix] typo in index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 256cb49..0f692a3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -128,7 +128,7 @@ export default function createConfig({ // Vue's own typing inevitably contains some `any`s, so some of the `no-unsafe-*` rules can't be used. projectServiceConfigs.push({ - name: 'vue-typescript/type-aware-rules-in-conflit-with-vue', + name: 'vue-typescript/type-aware-rules-in-conflict-with-vue', files: ['**/*.ts', '**/*.tsx', '**/*.mts', '**/*.vue'], rules: { '@typescript-eslint/no-unsafe-argument': 'off',