Skip to content

Commit

Permalink
add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
killroy192 committed Jan 27, 2024
1 parent b7eef6b commit b3dcd5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"src/**/*.ts": [
"eslint --fix"
"eslint --fix",
"prettier --write"
]
}
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"singleQuote": false
}

0 comments on commit b3dcd5f

Please sign in to comment.