mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Allow time & timeEnd
This commit is contained in:
parent
18409a0abf
commit
690d2da88c
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user