chore(cr): newline at end of file + eslint enforcement
parent
35c3a656c6
commit
cf71d2bd0a
|
@ -30,6 +30,7 @@ module.exports = {
|
||||||
'vue/html-self-closing': 0,
|
'vue/html-self-closing': 0,
|
||||||
'vue/multi-word-component-names': 0,
|
'vue/multi-word-component-names': 0,
|
||||||
'vue/no-reserved-component-names': 0,
|
'vue/no-reserved-component-names': 0,
|
||||||
|
'eol-last': ['error', 'always'],
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
'describe': true,
|
'describe': true,
|
||||||
|
|
Loading…
Reference in New Issue