mirror of
https://github.com/tale/headplane.git
synced 2026-08-05 11:47:41 +00:00
style: temporarily disable some naggy lints
This commit is contained in:
+5
-1
@@ -23,7 +23,11 @@
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"style": {
|
||||
"useImportType": "off"
|
||||
"useImportType": "off",
|
||||
"noNonNullAssertion": "off"
|
||||
},
|
||||
"correctness": {
|
||||
"useExhaustiveDependencies": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user