diff --git a/.eslintrc.js b/.eslintrc.js index 340cc1cfa..06874304a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -40,7 +40,7 @@ module.exports = { 'no-tabs': 0, 'vue/html-indent': ['error', 'tab'], // only debug console - 'no-console': ['error', { allow: ['error', 'warn', 'debug'] }], + 'no-console': ['warn', { allow: ['error', 'warn', 'debug'] }], // classes blocks 'padded-blocks': ['error', { classes: 'always' }], // always have the operator in front diff --git a/src/components/Controls.vue b/src/components/Controls.vue index 24b99d34a..d3be7cec1 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -39,18 +39,19 @@
- +
Close - + diff --git a/src/components/board/Board.vue b/src/components/board/Board.vue index bc8c9e4c6..944eaf2ff 100644 --- a/src/components/board/Board.vue +++ b/src/components/board/Board.vue @@ -34,7 +34,7 @@
- + Add card
@@ -53,7 +53,7 @@