summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-28 20:13:27 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-28 20:13:27 +0200
commit97b235b5fb732f7ba222260e231460db7d1a121a (patch)
tree9bcf12e3f33660b23ea409162691d0f44a41f5e5 /.eslintrc.js
parentc90984d80d79561cf0abc8f814aa7190624c852c (diff)
List fixes, first contact selection, details first shot and sorting implementation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 7839ef54..8c2f0020 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -34,6 +34,7 @@ module.exports = {
// tabs only
indent: ['error', 'tab'],
'no-tabs': 0,
+ 'vue/html-indent': ['error', 'tab'],
// only debug console
'no-console': ['error', { 'allow': ['debug'] }],
// classes blocks
@@ -41,8 +42,9 @@ module.exports = {
// es6 import/export and require
'node/no-unpublished-require': ['off'],
'node/no-unsupported-features': ['off'],
- // vue format
- 'vue/html-indent': ['error', 'tab'],
+ // space before self-closing elements
+ 'vue/html-closing-bracket-spacing': 'error',
+ // code spacing with attributes
'vue/max-attributes-per-line': [
'error',
{