warn about console logging

This commit is contained in:
Alfred Melch 2020-02-01 09:23:51 +01:00
parent 6b83912973
commit b9a5d7f1e8

View File

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