Skip to content

Commit 1984b15

Browse files
committedMay 19, 2023
fix: eslint error with prettier
1 parent 495c5b7 commit 1984b15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
{
3535
"trailingComma": "es5",
3636
"singleQuote": true,
37+
"endOfLine": "auto",
3738
"printWidth": 100
3839
}
3940
]

0 commit comments

Comments
 (0)
Please sign in to comment.