We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a08a1 commit 9bb679dCopy full SHA for 9bb679d
package.json
@@ -13,6 +13,7 @@
13
"build:examples": "npm run build && npx cpx 'build/**/*.{js,map}' examples/js",
14
"start": "rollup -c -w",
15
"format": "prettier --write 'src/**/*.js' 'test/**/*.js'",
16
+ "format:check": "prettier --check 'src/**/*.js' 'test/**/*.js'",
17
"lint": "eslint --fix 'src/**/*.js' 'test/**/*.js'"
18
},
19
"repository": {
0 commit comments