Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@lobehub/lint
Advanced tools
ESlint config, Prettier config, Remark config for LobeHub
To install Lobe Lint, run the following command:
$ bun add @lobehub/lint -D
To use template ignore files, run the following command:
$ curl -O https://raw.githubusercontent.com/lobehub/lobe-lint/master/.eslintignore
$ curl -O https://raw.githubusercontent.com/lobehub/lobe-lint/master/.gitignore
$ curl -O https://raw.githubusercontent.com/lobehub/lobe-lint/master/.prettierignore
public-hoist-pattern[]=*@umijs/lint*
public-hoist-pattern[]=*changelog*
public-hoist-pattern[]=*commitlint*
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*postcss*
public-hoist-pattern[]=*prettier*
public-hoist-pattern[]=*remark*
public-hoist-pattern[]=*semantic-release*
public-hoist-pattern[]=*stylelint*
config can be found at .eslintrc.js
module.exports = require('@lobehub/lint').eslint;
config can be found at .stylelintrc.js
module.exports = require('@lobehub/lint').stylelint;
config can be found at .commitlintrc.js
module.exports = require('@lobehub/lint').commitlint;
config can be found at .changelogrc.js
module.exports = require('@lobehub/lint').changelog;
config can be found at .remarkrc.js
module.exports = require('@lobehub/lint').remarklint;
config can be found at .prettierrc.js
module.exports = require('@lobehub/lint').prettier;
config can be found at .releaserc.js
module.exports = require('@lobehub/lint').semanticRelease;
You can use Github Codespaces for online development:
Or clone it for local development:
$ git clone https://github.com/lobehub/lobe-lint.git
$ cd lobehub/lint
$ bun install
$ bun start
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.
<sup>Released on 2025-01-07</sup>
FAQs
Unknown package
The npm package @lobehub/lint receives a total of 37,599 weekly downloads. As such, @lobehub/lint popularity was classified as popular.
We found that @lobehub/lint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.