Skip to content

Commit

Permalink
Replace Prettier json with yml to use comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zuka-e committed Dec 6, 2023
1 parent 50bcd93 commit 50a08a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/.prettierrc.json

This file was deleted.

7 changes: 7 additions & 0 deletions backend/.prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cf. https://prettier.io/docs/en/options
singleQuote: true
# cf. https://github.com/prettier/plugin-php#configuration
phpVersion: '8.2'
# cf. https://prettier.io/docs/en/plugins
plugins:
- '@prettier/plugin-php'

0 comments on commit 50a08a6

Please sign in to comment.