Skip to content

Commit

Permalink
add prettier dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Oct 19, 2021
1 parent 88d3870 commit 9d13311
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/
db/
music/
*.html
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
21 changes: 21 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"express": "4.17.1",
"music-metadata": "7.11.4",
"sqlite3": "5.0.2"
},
"devDependencies": {
"prettier": "2.4.1"
}
}

0 comments on commit 9d13311

Please sign in to comment.