
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.
@fiverr/eslint-config-fiverr
Advanced tools
ESLint configuration & ruleset for Javascript (ES6) + React.
In order to add eslint-config-fiverr to a repository, use npm to add it to the development dependencies.
npm i -D @fiverr/eslint-config-fiverr eslint-plugin-react
Add a .eslintrc file in the main directory of your repository, in which you define the usage of eslint-config-fiverr as well as repository specific configuration & rules.
This is the basic structure:
{
"extends": "@fiverr/fiverr",
"globals": {},
"rules": {}
}
Include some:
{
"extends": [
"@fiverr/eslint-config-fiverr/rules/base",
"@fiverr/eslint-config-fiverr/rules/es6",
"@fiverr/eslint-config-fiverr/rules/jest",
]
}
Included in @fiverr/fiverr:
base: Just the set of ruleses6: New ES support and rulesreact: React specific rules and eslint-plugin-react pluginNeed to be added explicitly:
jestmocha"React": trueConfiguring your IDE to use ESLint is fairly easy:
cmd + ,You can use either of these plugins:
3.2.6
FAQs
Fiverr's ESLint config
The npm package @fiverr/eslint-config-fiverr receives a total of 485 weekly downloads. As such, @fiverr/eslint-config-fiverr popularity was classified as not popular.
We found that @fiverr/eslint-config-fiverr 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
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.