
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@laboratoria/mdlint
Advanced tools
CLI tool to lint your **markdown** files using the [markdownlint](https://github.com/DavidAnson/markdownlint) module.
CLI tool to lint your markdown files using the markdownlint module.
Globally:
npm i -g @laboratoria/mdlint
In your project:
npm i --save-dev @laboratoria/mdlint
Once you have installed it in your project you can add a task in your
package.json to run the linter:
{
"name": "your-package",
"version": "0.0.0",
"scripts": {
"lint": "mdlint ."
},
"devDependencies": {
"@laboratoria/mdlint": "^1.0.2"
}
}
This will allow you to run the linter like this:
npm run lint
$ mdlint --help
Usage:
mdlint [path1] [path2] ...
Options:
-c, --config Path to config file. Default: '.mdlintrc'
-i, --ignore Path to file with patterns to ignore. Default: '.mdlintignore'
-v, --verbose Show verbose output.
-h, --help Show this help.
-V, --version Show mdlint version.
Laboratoria 2017
.mdlintrc{
"default": true,
"ul-style": { "style": "sublist" },
"no-duplicate-header": false
}
.mdlintignorenode_modules/
bower_components/
FAQs
CLI tool to lint your **markdown** files using the [markdownlint](https://github.com/DavidAnson/markdownlint) module.
We found that @laboratoria/mdlint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.