warn about console logging

context-store
Alfred Melch 5 years ago
parent 6b83912973
commit b9a5d7f1e8

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

Loading…
Cancel
Save