Disable 'noNonNullAssertion' lint
Signed-off-by: Olivier 'reivilibre <git.contact@librepush.net>
This commit is contained in:
parent
1e0fced19b
commit
bff741c7df
@ -16,7 +16,10 @@
|
|||||||
"enabled": true,
|
"enabled": true,
|
||||||
"includes": ["src/**", "!src/types/openapi.d.ts"],
|
"includes": ["src/**", "!src/types/openapi.d.ts"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"recommended": true
|
"recommended": true,
|
||||||
|
"style": {
|
||||||
|
"noNonNullAssertion": "off"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"javascript": {
|
"javascript": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user