Skip to content

Commit edd64ca

Browse files
committed
Fix space-before-function-paren rule
1 parent 370dbfc commit edd64ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ module.exports = {
2424
rules: {
2525
'no-console': ['error', { allow: ['warn', 'error'] }],
2626
'vue/html-self-closing': 0,
27-
'space-before-function-paren': 'never'
27+
'space-before-function-paren': 'off'
2828
}
2929
}

0 commit comments

Comments
 (0)