Skip to content

Commit

Permalink
use prettier to format js code
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonggt committed Jul 8, 2024
1 parent 10384d5 commit f4f2c0a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
coverage/*
.DS_Store
gemfiles/*.lock
/node_modules
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"scripts": {
"prettier:check": "prettier stubs/**/*.{js,ts,tsx,vue} --check",
"prettier:fix": "prettier stubs/**/*.{js,ts,tsx,vue} --write"
},
"devDependencies": {
"prettier": "^3.3.2"
}
}
24 changes: 24 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit f4f2c0a

Please sign in to comment.