Skip to content

Commit 40afecb

Browse files
Rotzbuapeterthomassen
authored andcommitted
feat(webapp): add eslint rule for mustache style
Effect: grant uniform style Reference: https://eslint.vuejs.org/rules/mustache-interpolation-spacing.html
1 parent c700642 commit 40afecb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

www/webapp/.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ module.exports = {
1717
'vue/v-bind-style': 'warn',
1818
'vue/v-on-style': 'warn',
1919
'vue/v-slot-style': 'warn',
20+
'vue/mustache-interpolation-spacing': ['warn', 'always'],
21+
'vue/no-multi-spaces': 'warn',
2022
},
2123
ignorePatterns: ['**/src/modules/**/*'],
2224
parserOptions: {

0 commit comments

Comments
 (0)