Skip to content

Commit ba86481

Browse files
committed
chore: update package.json
1 parent 1fc4e50 commit ba86481

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"test": "ava",
1212
"lint-fix": "yarn lint --fix",
1313
"lint": "eslint 'snippets/**/*.js'",
14+
"format": "prettier --write '**/*.md' --config .prettierrc.json",
15+
"lint:format": "prettier --check '**/*.md' --config .prettierrc.json",
1416
"build": "exit 0"
1517
},
1618
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)