Skip to content

Commit

Permalink
Merge pull request #81 from underctrl-io/prettier
Browse files Browse the repository at this point in the history
chore: prettier
  • Loading branch information
twlite authored Dec 13, 2024
2 parents 91f7032 + 53d6734 commit e2a01f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"arrowParens": "always"
}
"arrowParens": "always",
"trailingComma": "all",
"semi": true,
"endOfLine": "lf",
"useTabs": false,
"jsxSingleQuote": false
}

0 comments on commit e2a01f3

Please sign in to comment.