enforce consistent array type definition

This commit is contained in:
Abbey Campbell
2025-12-18 14:22:42 -08:00
parent b78be9243d
commit 5fc34554c6

View File

@@ -129,6 +129,9 @@ module.exports = {
// https://eslint.org/docs/latest/rules/no-undef#handled_by_typescript
"no-undef": "error",
"@typescript-eslint/array-type": ["error", {
default: "array"
}],
"@typescript-eslint/no-unused-vars": [
"error",
{