aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-07-07 17:34:02 +0200
committerNoah Loomans <noahloomans@gmail.com>2018-07-07 17:34:02 +0200
commit5c265c04ad513d845a41c7866c3ed231c8d5e68e (patch)
tree9a86b66958e59e4a07d0c8e10731667b05990816 /.eslintrc
parent8b1f29f2802a081a67151e47b9c52803d7cc568a (diff)
server: Use database for userssync-with-db
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 36ded27..08e0b82 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -14,6 +14,7 @@
"react/forbid-prop-types": "off",
"react/prefer-stateless-function": "off",
"import/prefer-default-export": "off",
+ "no-console": "off",
"notice/notice":["error", {
"templateFile": ".licence-template"
}]