Skip to content

Commit

Permalink
Fix prettier config erroring on json
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-auror committed Sep 11, 2024
1 parent 19fa779 commit 09d0925
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}

0 comments on commit 09d0925

Please sign in to comment.