
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@cloudfour/eslint-config
Advanced tools
Cloud Four's ESLint configuration.
This config extends the following plugins:
n (maintained fork of original eslint-plugin-node)importpromisejsdocunicornstandard@typescript-eslintIt also adds the following custom rules:
This package exports a flat ESLint configuration.
npm install --save-dev eslint @cloudfour/eslint-config
Example eslint.config.js:
import cloudFourConfig from '@cloudfour/eslint-config';
export default [
...cloudFourConfig,
{
rules: {
// your overrides here
...
}
},
];
24.0.0
@cloudfour/eslint-plugin to @cloudfour/eslint-configeslint-plugin-jsdoc from v46 to v50eslint-plugin-n from v16 to v17eslint-plugin-promise from v6 to v7eslint-plugin-unicorn from v48 to v56typescript-eslint from v6 to v8FAQs
Cloud Four's shareable ESLint configuration
We found that @cloudfour/eslint-config 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.