mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
chore: upgrade biome noNonNullAssertion from warn to error
No violations exist in the codebase, so this prevents future regressions. Change-Id: I2e5fa7fea867f1ad5752e48d277a03ce6d9560d7
This commit is contained in:
parent
3338c80311
commit
be8a424d42
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"noImplicitAnyLet": "error"
|
||||
},
|
||||
"style": {
|
||||
"noNonNullAssertion": "warn",
|
||||
"noNonNullAssertion": "error",
|
||||
"useConst": "warn",
|
||||
"useNodejsImportProtocol": "off",
|
||||
"useTemplate": "off"
|
||||
|
|
|
|||
Loading…
Reference in a new issue