chore: disable noNonNullAssertion for vue

This commit is contained in:
Lhcfl 2024-04-04 16:58:11 +08:00
parent 995d679afd
commit 3586d0cde7

View file

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