Skip to content

Commit

Permalink
Added Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SanichKotikov committed Oct 9, 2023
1 parent ecc45ff commit f63116b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
lib
__tests__

package-lock.json
README.md
5 changes: 5 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all"
}
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"devDependencies": {
"@size-limit/preset-small-lib": "9.0.0",
"benchmark": "2.1.4",
"prettier": "3.0.3",
"size-limit": "9.0.0",
"tsm": "2.3.0",
"typescript": "5.2.2",
Expand Down

0 comments on commit f63116b

Please sign in to comment.