No console rule disabled
This commit is contained in:
parent
7dfca94218
commit
4ecd8142f4
2 changed files with 2 additions and 2 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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' ||
|
||||
|
|
Loading…
Add table
Reference in a new issue