Skip to content

Commit

Permalink
Add prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano committed Oct 15, 2024
1 parent 37a08a1 commit 9bb679d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build:examples": "npm run build && npx cpx 'build/**/*.{js,map}' examples/js",
"start": "rollup -c -w",
"format": "prettier --write 'src/**/*.js' 'test/**/*.js'",
"format:check": "prettier --check 'src/**/*.js' 'test/**/*.js'",
"lint": "eslint --fix 'src/**/*.js' 'test/**/*.js'"
},
"repository": {
Expand Down

0 comments on commit 9bb679d

Please sign in to comment.