Skip to content

Commit a4541d8

Browse files
committed
chore(ci): update Node.js version to 22.x for CI stability
1 parent 74728e0 commit a4541d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.prettierrc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"printWidth": 100,
3+
"singleQuote": true,
4+
"trailingComma": "all",
5+
"semi": true,
6+
"arrowParens": "always",
7+
"endOfLine": "lf"
8+
}

0 commit comments

Comments
 (0)