aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
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"
}]