Skip to content

Commit ee386c6

Browse files
Update tools/update-lib-configs.js
Co-authored-by: Flo Edelmann <[email protected]>
1 parent e9e1133 commit ee386c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/update-lib-configs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function formatCategory(category) {
5858
module.exports = {
5959
parser: require.resolve('vue-eslint-parser'),
6060
parserOptions: {
61-
ecmaVersion: "latest",
61+
ecmaVersion: 'latest',
6262
sourceType: 'module'
6363
},
6464
env: {

0 commit comments

Comments
 (0)