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.
evalmd
1 parent 553fdfc commit c5549fcCopy full SHA for c5549fc
package.json
@@ -16,6 +16,7 @@
16
"aud": "^2.0.2",
17
"auto-changelog": "^2.4.0",
18
"eslint": "=8.8.0",
19
+ "evalmd": "^0.0.19",
20
"in-publish": "^2.0.1",
21
"npmignore": "^0.3.0",
22
"safe-publish-latest": "^2.0.0",
@@ -38,6 +39,7 @@
38
39
"prepack": "npmignore --auto --commentLines=autogenerated",
40
"prepublish": "not-in-publish || npm run prepublishOnly",
41
"prepublishOnly": "safe-publish-latest",
42
+ "prelint": "evalmd README.md",
43
"lint": "eslint --ext=js,mjs .",
44
"pretest": "npm run lint",
45
"tests-only": "tape 'test/**/*.js'",
0 commit comments