Skip to content

Commit

Permalink
fix: keep the right prettier configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Oct 21, 2024
1 parent 9561200 commit 098c556
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"endOfLine": "auto",
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
}
6 changes: 0 additions & 6 deletions .prettierrc.yaml

This file was deleted.

0 comments on commit 098c556

Please sign in to comment.