Build process now allows console.log, except when the production flag is set on yarn build, in which case it will throw an error.
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
]
|
||||
},
|
||||
"rules": {
|
||||
"no-console": ["off"],
|
||||
"comma-dangle": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user