Skip to content

Commit

Permalink
Try removing this dumb prettier eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tapnisu committed Jul 26, 2024
1 parent 02f8812 commit 05530d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"arrowParens": "always",
"endOfLine": "auto",
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"trailingComma": "none"
"trailingComma": "none",
"useTabs": false
}

0 comments on commit 05530d0

Please sign in to comment.