diff options
| author | Claudius Coenen | 2019-05-12 23:30:28 +0200 |
|---|---|---|
| committer | GitHub | 2019-05-12 23:30:28 +0200 |
| commit | dabcb91185488703dca6bce30cfea5c968694fd9 (patch) | |
| tree | 1299b3756eb14fa1969bfede0c49830e74ebd60f /.eslintrc | |
| parent | 5bb69297678c38d0793238edf4d04cad5ec7d4d4 (diff) | |
| parent | e4c24c293673ca3cbbe08939c81e0a53404771f8 (diff) | |
Merge pull request #44 from pferreir/fix-23
Fix toolbar day mode and upload button
Diffstat (limited to '')
| -rw-r--r-- | .eslintrc.js | 1 |
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"], |
