chore: disable noNonNullAssertion for vue

This commit is contained in:
Lhcfl 2024-04-04 16:58:11 +08:00
parent 995d679afd
commit 3586d0cde7
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
"style": {
"useImportType": "warn",
"useShorthandFunctionType": "warn",
"useTemplate": "warn"
"useTemplate": "warn",
"noNonNullAssertion": "off"
}
}
}