diff --git a/.eslintrc.json b/.eslintrc.json index 0d9dede1..e9def7b3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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",