Allow time & timeEnd

This commit is contained in:
Dustin Brett 2025-04-27 15:01:30 -07:00
parent 18409a0abf
commit 690d2da88c

View File

@ -109,7 +109,7 @@
}
],
"jsx-a11y/no-autofocus": "off",
"no-console": ["error", { "allow": ["info", "error"] }],
"no-console": ["error", { "allow": ["info", "error", "time", "timeEnd"] }],
"no-constant-binary-expression": "error",
"no-implicit-coercion": "error",
"no-new-wrappers": "error",