Skip to content

Commit

Permalink
Adjust prettier incantation and prettierrc so it applies to all relev…
Browse files Browse the repository at this point in the history
…ant files
  • Loading branch information
akx committed Jan 27, 2025
1 parent 25221ee commit 1257882
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
demo/bundle.js
**.html
demo/bundle.js
docs/*.md
tests/images/bee.js
tests/visual/pdfmake/*.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"publish-website": "node docs/publish_website.js",
"docs": "npm run pdf-guide && npm run website && npm run browserify-example",
"lint": "eslint {lib,tests}/**/*.js",
"prettier": "prettier {lib,tests,examples,docs}/**/*.js",
"prettier": "prettier lib tests examples docs",
"test": "jest -i --env=node",
"test:visual": "jest visual/ -i --env=node",
"test:unit": "jest unit/ --env=node"
Expand Down

0 comments on commit 1257882

Please sign in to comment.