Skip to content

Commit 99f23cd

Browse files
committed
🔧 Use a JSON file for Prettier config
This is just a static config file, it doesn't need to be a script.
1 parent 9c19e00 commit 99f23cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"printWidth": 100
4+
}

.prettierrc.cjs

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)