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,
|
||||
"includes": ["src/**", "!src/types/openapi.d.ts"],
|
||||
"rules": {
|
||||
"recommended": true
|
||||
"recommended": true,
|
||||
"style": {
|
||||
"noNonNullAssertion": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"javascript": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user