
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
eslint-config-quintoandar-pwa
Advanced tools
ESLint Shareable Config for QuintoAndar's PWAs
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:

FAQs
ESLint Shareable Config for QuintoAndar's PWAs
The npm package eslint-config-quintoandar-pwa receives a total of 0 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.