Skip to content

Commit 9bb679d

Browse files
committed
Add prettier check
1 parent 37a08a1 commit 9bb679d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"build:examples": "npm run build && npx cpx 'build/**/*.{js,map}' examples/js",
1414
"start": "rollup -c -w",
1515
"format": "prettier --write 'src/**/*.js' 'test/**/*.js'",
16+
"format:check": "prettier --check 'src/**/*.js' 'test/**/*.js'",
1617
"lint": "eslint --fix 'src/**/*.js' 'test/**/*.js'"
1718
},
1819
"repository": {

0 commit comments

Comments
 (0)