Skip to content

Commit

Permalink
style: configure prettier with singleQuote eq false
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 29, 2024
1 parent ad07cea commit 5b9dab9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"endOfLine": "auto",
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}
8 changes: 0 additions & 8 deletions .prettierrc.cjs

This file was deleted.

0 comments on commit 5b9dab9

Please sign in to comment.