Skip to content

Commit

Permalink
lint Markdown using Prettier integrated into the ESLint
Browse files Browse the repository at this point in the history
TODO(DerekNonGeneric): actual implementation

Helped-by: @ljharb
  • Loading branch information
DerekNonGeneric committed Aug 2, 2022
1 parent 2ae117a commit 07c9e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"format:md": "npm run lint:md -- --write",
"preinstall": "node tasks/check-package-engines package.json",
"lint:js": "npx eslint --ext=.js,.mjs .",
"lint:md": "npx prettier { ./**/*.md }",
"lint:md": "eslint --ext=md .",
"nonloader-start": "node --no-warnings --harmony-top-level-await ./sample/lib/alpha.mjs",
"raid": "npx npm-run-all --sequential raid:update raid:nuke raid:reconstruct",
"raid:nuke": "node -e \"console.log(require('./tasks/util.js').rootNpmRequire('ansicolors').green('INFO: Nuking node_modules!\\\n'))\" && npx --ignore-existing --quiet rimraf package-lock.json node_modules && node -e \"console.log(require('./tasks/util.js').rootNpmRequire('ansicolors').red('KABOOM!\\\n'))\"",
Expand Down

0 comments on commit 07c9e76

Please sign in to comment.