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 35f20b4 commit 8a0a296Copy full SHA for 8a0a296
.prettierignore
@@ -1,3 +1,5 @@
1
coverage/
2
unist-util-inspect.js
3
unist-util-inspect.min.js
4
+*.json
5
+*.md
package.json
@@ -54,10 +54,10 @@
54
"unist-builder": "^2.0.0",
55
"xastscript": "^1.0.0",
56
"xast-util-from-xml": "^1.0.0",
57
- "xo": "^0.29.0"
+ "xo": "^0.32.0"
58
},
59
"scripts": {
60
- "format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
+ "format": "remark . -qfo && prettier . --write && xo --fix",
61
"build-bundle": "browserify . -s unistUtilInspect > unist-util-inspect.js",
62
"build-mangle": "browserify . -s unistUtilInspect -p tinyify > unist-util-inspect.min.js",
63
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments