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 370dbfc commit edd64caCopy full SHA for edd64ca
.eslintrc.js
@@ -24,6 +24,6 @@ module.exports = {
24
rules: {
25
'no-console': ['error', { allow: ['warn', 'error'] }],
26
'vue/html-self-closing': 0,
27
- 'space-before-function-paren': 'never'
+ 'space-before-function-paren': 'off'
28
}
29
0 commit comments