Skip to content

Commit 878de4c

Browse files
authored
chore: prettier rules and apply (#6)
1 parent 72115c8 commit 878de4c

File tree

4 files changed

+322
-302
lines changed

4 files changed

+322
-302
lines changed

packages/sdk/.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"singleQuote": true,
3+
"semi": true,
4+
"trailingComma": "all",
5+
"tabWidth": 2,
6+
"useTabs": false,
7+
"printWidth": 120,
8+
"arrowParens": "always",
9+
"bracketSpacing": true
10+
}

packages/sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"jest": "^29.7.0",
2323
"jest-environment-jsdom": "^29.7.0",
2424
"jest-fetch-mock": "^3.0.3",
25+
"prettier": "^3.5.3",
2526
"ts-jest": "^29.3.4",
2627
"typedoc": "^0.28.4",
2728
"typedoc-plugin-markdown": "^4.6.3",

0 commit comments

Comments
 (0)