chore: remove diagnostic suppressions after tidying nits

This commit is contained in:
Alexander Courtis
2023-01-01 13:27:05 +11:00
parent 9d27c9ebea
commit e322fbb80b
8 changed files with 24 additions and 40 deletions

View File

@@ -4,15 +4,6 @@
"diagnostics": {
"globals": [
"vim"
],
"disable": [
"cast-local-type",
"lowercase-global",
"missing-parameter",
"missing-return",
"missing-return-value",
"need-check-nil",
"param-type-mismatch"
]
}
}