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 c700642 commit 40afecbCopy full SHA for 40afecb
www/webapp/.eslintrc.js
@@ -17,6 +17,8 @@ module.exports = {
17
'vue/v-bind-style': 'warn',
18
'vue/v-on-style': 'warn',
19
'vue/v-slot-style': 'warn',
20
+ 'vue/mustache-interpolation-spacing': ['warn', 'always'],
21
+ 'vue/no-multi-spaces': 'warn',
22
},
23
ignorePatterns: ['**/src/modules/**/*'],
24
parserOptions: {
0 commit comments