This commit is contained in:
parent
0f52ff0cef
commit
a510899ff1
17 changed files with 309 additions and 103 deletions
|
|
@ -65,5 +65,11 @@ export default defineConfigWithVueTs(
|
|||
"vue/v-for-delimiter-style": "off",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "ts/no-annoying-rules",
|
||||
rules: {
|
||||
"@typescript-eslint/no-misused-spread": "off",
|
||||
},
|
||||
},
|
||||
perfectionist.configs["recommended-natural"],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue