Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 2bd45ed

Browse files
committed
build: update eslint
1 parent b78c9ec commit 2bd45ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'arrow-body-style': ['error', 'as-needed'],
2929
'quotes': ['error', 'single'],
3030
'key-spacing': ['error'],
31+
'space-infix-ops': 'error',
3132

3233
'vue/html-self-closing': 'warn',
3334
'vue/padding-line-between-blocks': 'error',

0 commit comments

Comments
 (0)