We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc4e50 commit ba86481Copy full SHA for ba86481
package.json
@@ -11,6 +11,8 @@
11
"test": "ava",
12
"lint-fix": "yarn lint --fix",
13
"lint": "eslint 'snippets/**/*.js'",
14
+ "format": "prettier --write '**/*.md' --config .prettierrc.json",
15
+ "lint:format": "prettier --check '**/*.md' --config .prettierrc.json",
16
"build": "exit 0"
17
},
18
"packageManager": "[email protected]",
0 commit comments