mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
style: enable no-non-null-assertion rule (#2723)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
(cherry picked from commit 18dc427bc3)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["."],
|
||||
"exclude": [
|
||||
"target",
|
||||
"node_modules",
|
||||
"dist",
|
||||
"lib",
|
||||
".coverage",
|
||||
".yarn",
|
||||
"test-results"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user