Skip to content

Commit

Permalink
Update prettier config.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonge committed Apr 15, 2023
1 parent e9f4bfa commit c5d738c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"pluginSearchDirs": ["."],
"printWidth": 100,
"semi": false,
"singleQuote": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"version": "0.1.0",
"scripts": {
"dev": "npx nodemon bin/www.ts",
"format": "prettier --plugin-search-dir . --write .",
"lint": "eslint .",
"format": "npx prettier --write .",
"lint": "npx eslint .",
"prd": "pm2 start bin/www.ts",
"start": "npx ts-node bin/www.ts",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit c5d738c

Please sign in to comment.