Skip to content

Commit

Permalink
fix: typo in index.ts (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajita authored Jan 14, 2025
1 parent 3a3b13c commit 6296f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6296f39

Please sign in to comment.