style: temporarily disable some naggy lints

This commit is contained in:
Aarnav Tale 2025-01-28 16:07:15 -05:00
parent 2c8880c84d
commit 07cee17501
No known key found for this signature in database

View File

@ -23,7 +23,11 @@
"rules": {
"recommended": true,
"style": {
"useImportType": "off"
"useImportType": "off",
"noNonNullAssertion": "off"
},
"correctness": {
"useExhaustiveDependencies": "off"
}
}
},