Skip to content

Commit 6d8c815

Browse files
committed
core: update eslint config
1 parent f17e515 commit 6d8c815

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

preset.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
},
1212
"@vue/cli-plugin-unit-jest": {}
1313
},
14+
"configs": {
15+
"eslintConfig": {
16+
"rules": {
17+
"space-before-function-paren": "off"
18+
}
19+
}
20+
},
1421
"router": true,
1522
"routerHistoryMode": true,
1623
"vuex": true,

0 commit comments

Comments
 (0)