Skip to content

Commit 05853b4

Browse files
committedOct 9, 2023
fix: change curly preference to multi, consistent
1 parent 264ab06 commit 05853b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config.push(eslintConfigPrettier)
99

1010
config.push({
1111
rules: {
12-
curly: ['error', 'all'],
12+
curly: ['error', 'multi', 'consistent'],
1313
'vue/html-self-closing': [
1414
'error',
1515
{

0 commit comments

Comments
 (0)
Please sign in to comment.