allow console errors and warnings

context-store
Alfred Melch 5 years ago
parent 067e1ccda6
commit 7ce9aac9cb

@ -1,4 +1,4 @@
{
"extends": ["react-app", "prettier"],
"rules": { "no-console": "warn" }
"rules": { "no-console": ["warn", "allow": ["warn", "error"]] }
}

Loading…
Cancel
Save