
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
eslint-config-quintoandar-base
Advanced tools
ESLint Shareable Config for QuintoAndar's Base JS projects
This package provides QuintoAndar's .eslintrc for PWA as an extensible shared config.
npm install --save-dev eslint-config-quintoandar-base
Install the correct versions of each package required, which are listed by the command:
npm info "eslint-config-quintoandar-base@latest" peerDependencies
You can use this shortcut in NPM+5 to install all peer deps:
npx install-peerdeps --dev eslint-config-quintoandar-base
In your project, create a file .eslintrc.json and extends this project:
{
"extends": "eslint-config-quintoandar-base"
}
Just run:
npm run lint
Just run:
npm run test
We extends Airbnb's configs and add new rules specific to QuintoAndar's PWA projects.
We use SemVer for versioning. For the versions available, see the CHANGELOG.md
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
You can take a look in our roadmap here.
Add the following line in your markdown readme:

FAQs
ESLint Shareable Config for QuintoAndar's Base JS projects
We found that eslint-config-quintoandar-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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 CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

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.