Skip to content
Snippets Groups Projects
Unverified Commit 037db7c5 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

lint: warn non-null-assertion to reduce unexpected behaviour

parent ea9aeef9
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ module.exports = {
'@typescript-eslint/no-var-requires': ['warn'],
'@typescript-eslint/no-inferrable-types': ['warn'],
'@typescript-eslint/no-empty-function': ['off'],
'@typescript-eslint/no-non-null-assertion': ['off'],
'@typescript-eslint/no-non-null-assertion': ['warn'],
'@typescript-eslint/no-misused-promises': ['error', {
'checksVoidReturn': false,
}],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment