mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Allow time & timeEnd
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user