Skip to content

Commit

Permalink
ci(prettier): convert config to json
Browse files Browse the repository at this point in the history
  • Loading branch information
okize committed Dec 11, 2023
1 parent 9ab820d commit 7de27ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .prettierrc.js

This file was deleted.

6 changes: 6 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"singleAttributePerLine": true
}

0 comments on commit 7de27ad

Please sign in to comment.