Skip to content

Commit

Permalink
fix: Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DimChtz committed Mar 15, 2024
1 parent cab9260 commit ab75bb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added .nvmrc
Binary file not shown.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/__tests__/fixtures/

*.md
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always"
}

0 comments on commit ab75bb7

Please sign in to comment.