Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs committed Jan 25, 2024
1 parent 9f6a6db commit 58eb86d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore artifacts:
node_modules
dist
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"fix:js": "eslint --fix '**/*.{js,ts,vue}'",
"test": "npm run test:e2e",
"test:e2e": "playwright test",
"prettier": "prettier . --write",
"storybook": "storybook dev -p 6006"
},
"browserslist": [
Expand Down Expand Up @@ -54,6 +55,7 @@
"eslint-plugin-vue": "^9.19.2",
"postcss": "8.x",
"postcss-html": "1.x",
"prettier": "^3.2.4",
"ssim.js": "^3.5.0",
"storybook": "^7.6.6",
"stylelint": "^16.2.0",
Expand Down

0 comments on commit 58eb86d

Please sign in to comment.