No console rule disabled

This commit is contained in:
Guzel738 2021-01-26 14:13:29 +03:00
parent 7dfca94218
commit 4ecd8142f4
2 changed files with 2 additions and 2 deletions

View file

@ -29,8 +29,7 @@
"@typescript-eslint/explicit-module-boundary-types": "off",
"jsx-a11y/label-has-associated-control": "off",
"import/prefer-default-export": "off",
"@typescript-eslint/no-explicit-any": "error",
"no-console": "off"
"@typescript-eslint/no-explicit-any": "error"
},
"overrides": [
{

View file

@ -9,6 +9,7 @@
// To learn more about the benefits of this model and instructions on how to
// opt-in, read https://bit.ly/CRA-PWA
/* eslint-disable no-console */
const isLocalhost = Boolean(
window.location.hostname === 'localhost' ||