Disable 'noNonNullAssertion' lint

Signed-off-by: Olivier 'reivilibre <git.contact@librepush.net>
This commit is contained in:
Olivier 'reivilibre 2025-09-30 22:44:53 +01:00
parent 1e0fced19b
commit bff741c7df

View File

@ -16,7 +16,10 @@
"enabled": true,
"includes": ["src/**", "!src/types/openapi.d.ts"],
"rules": {
"recommended": true
"recommended": true,
"style": {
"noNonNullAssertion": "off"
}
}
},
"javascript": {