Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 477a2d8

Browse files
committed
build: add Prettier configuration
1 parent 5852ca5 commit 477a2d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

prettier.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
bracketSpacing: false,
3+
singleQuote: true,
4+
trailingComma: 'all',
5+
semi: false,
6+
printWidth: 100
7+
};

0 commit comments

Comments
 (0)