We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2870b46 commit ac98c1aCopy full SHA for ac98c1a
rules/vue.js
@@ -1,6 +1,13 @@
1
// eslint-disable-next-line import/no-commonjs
2
module.exports = {
3
rules: {
4
- // Override rule when needed
+ 'no-trailing-spaces': ['error'], // Prettier disable it but Prettier doesn't work on <template>
5
+ 'vue/html-closing-bracket-newline': [
6
+ 'error',
7
+ {
8
+ multiline: 'always',
9
+ },
10
+ ],
11
+ 'vue/html-closing-bracket-spacing': ['error'],
12
},
13
};
0 commit comments