Skip to content

Commit 1e88d01

Browse files
committed
Fix prettier error
1 parent 7e36938 commit 1e88d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050

5151
'prettier/prettier': ['error', {
5252
usePrettierrc: true,
53-
"endOfLine":"auto",
53+
"endOfLine":"auto"
5454
}], // Includes .prettierrc.js rules
5555
},
5656
},

0 commit comments

Comments
 (0)