chore: disable noNonNullAssertion for vue
This commit is contained in:
parent
995d679afd
commit
3586d0cde7
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
|||
"style": {
|
||||
"useImportType": "warn",
|
||||
"useShorthandFunctionType": "warn",
|
||||
"useTemplate": "warn"
|
||||
"useTemplate": "warn",
|
||||
"noNonNullAssertion": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue