
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@linthtml/linthtml-config-recommended
Advanced tools
Recommended shareable config for linthtml. It turns on some of the rules within linthtml..
Use it as is or as a foundation for your own config.
npm install @linthtml/linthtml-config-recommended --save-dev
If you've installed linthtml-config-recommended locally within your project, just set your linthtml config to:
{
"extends": "@linthtml/linthtml-config-recommended"
}
Simply add a "rules" key to your config, then add your overrides and additions there.
For example, to change the line-max-len rule and increase the limit, turn off the tag-close rule, and add the attr-order rule:
{
"extends": "stylelint-config-recommended",
"rules": {
"line-max-len": [
true,
120
],
"tag-close": "off",
"attr-order": [
true,
[
"id", "class"
]
]
}
}
FAQs
Recommended shareable config for linthtml
We found that @linthtml/linthtml-config-recommended demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies