We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c21c86 commit b23997aCopy full SHA for b23997a
package.json
@@ -35,8 +35,8 @@
35
"scripts": {
36
"build": "rollup -c",
37
"dev": "rollup -c -w",
38
- "format": "prettier --write \"**/*.{js,md}\"",
39
- "format:check": "prettier --list-different \"**/*.{js,md}\"",
+ "format": "prettier --write \"src/*.ts\" \"**/*.md\"",
+ "format:check": "prettier --list-different \"src/*.ts\" \"**/*.md\"",
40
"lint": "eslint src",
41
"prepare": "npm run lint && npm test && npm run build",
42
"test": "jest",
0 commit comments