@@ -24,7 +24,6 @@ const vueTsGeneratedConfigs = defineConfigWithVueTs(pluginVue.configs["flat/reco
2424
2525 // --- WARN rules ---
2626 "@typescript-eslint/no-duplicate-enum-values" : "warn" ,
27- "vue/no-dupe-keys" : "warn" ,
2827
2928 // --- ERROR rules ---
3029 "vue/multi-word-component-names" : "error" ,
@@ -92,17 +91,16 @@ export default [
9291
9392 // --- WARN rules ---
9493 "prettier/prettier" : "warn" ,
95- "simple-import-sort/imports" : "warn" ,
9694 "prefer-spread" : "warn" ,
9795 "@typescript-eslint/no-restricted-types" : [
9896 "warn" ,
9997 {
10098 types : {
101- Function : "Use specific function types instead." ,
102- Object : "Use `Record<string, unknown>` or specific object types instead." ,
103- String : "Use `string` instead." ,
104- Number : "Use `number` instead." ,
105- Boolean : "Use `boolean` instead." ,
99+ " Function" : "Use specific function types instead." ,
100+ " Object" : "Use `Record<string, unknown>` or specific object types instead." ,
101+ " String" : "Use `string` instead." ,
102+ " Number" : "Use `number` instead." ,
103+ " Boolean" : "Use `boolean` instead." ,
106104 } ,
107105 } ,
108106 ] ,
0 commit comments