Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdfb832

Browse files
FloEdelmannaladdin-add
authored andcommittedFeb 19, 2024
Fix indentation
1 parent a932ae1 commit fdfb832

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
 

‎tools/update-lib-configs.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ module.exports = {
7777
`
7878
: `${autoGeneratedMessage}
7979
module.exports = {
80-
parser: require.resolve('vue-eslint-parser'),
81-
parserOptions: {
82-
ecmaVersion: 2020,
83-
sourceType: 'module'
84-
},
85-
env: {
86-
browser: true,
87-
es6: true
88-
},
89-
plugins: [
90-
'vue'
91-
],
92-
rules: ${formatRules(category.rules, category.categoryId)}
80+
parser: require.resolve('vue-eslint-parser'),
81+
parserOptions: {
82+
ecmaVersion: 2020,
83+
sourceType: 'module'
84+
},
85+
env: {
86+
browser: true,
87+
es6: true
88+
},
89+
plugins: [
90+
'vue'
91+
],
92+
rules: ${formatRules(category.rules, category.categoryId)}
9393
}
9494
`
9595
}

0 commit comments

Comments
 (0)
Please sign in to comment.