summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorClaudius Coenen2019-05-12 23:30:28 +0200
committerGitHub2019-05-12 23:30:28 +0200
commitdabcb91185488703dca6bce30cfea5c968694fd9 (patch)
tree1299b3756eb14fa1969bfede0c49830e74ebd60f /.eslintrc
parent5bb69297678c38d0793238edf4d04cad5ec7d4d4 (diff)
parente4c24c293673ca3cbbe08939c81e0a53404771f8 (diff)
Merge pull request #44 from pferreir/fix-23
Fix toolbar day mode and upload button
Diffstat (limited to '')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index b826a37b..cdd673fd 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,6 +10,7 @@ module.exports = {
// wrong.
"import/first": ["warn"],
"indent": ["warn"],
+ "no-console": ["warn"],
"no-multiple-empty-lines": ["warn"],
"no-multi-spaces": ["warn"],
"object-curly-spacing": ["warn"],