add pilot

This commit is contained in:
2024-07-05 06:41:59 -05:00
parent d920220168
commit 1d39fa0b64

View File

@@ -16,7 +16,7 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},