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.
eslint-config-quintoandar-pwa
Advanced tools
This package provides QuintoAndar's .eslintrc for PWA as an extensible shared config.
npm install --save-dev eslint-config-quintoandar-pwa
Install the correct versions of each package required, which are listed by the command:
npm info "eslint-config-quintoandar-pwa@latest" peerDependencies
You can use this shortcut in NPM+5 to install all peer deps:
npx install-peerdeps --dev eslint-config-quintoandar-pwa
In your project, create a file .eslintrc.json
and extends this project:
{
"extends": "eslint-config-quintoandar-pwa"
}
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:
![eslint-config-quintoandar-pwa-badge](https://img.shields.io/badge/code%20style-eslint--config--quintoandar--pwa-5063f0.svg)
FAQs
ESLint Shareable Config for QuintoAndar's PWAs
The npm package eslint-config-quintoandar-pwa receives a total of 78 weekly downloads. As such, eslint-config-quintoandar-pwa popularity was classified as not popular.
We found that eslint-config-quintoandar-pwa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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.