Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@iden3/eslint-config-react-ts
Advanced tools
Strict & opinionated ESLint config for React/Typescript projects.
This repo contains an ESLint config to share across all the frontend projects in the ide3 organization. It has been designed to work with TypeScript and React.
This config will ignore common directories and files in a React project:
node-modules
package-lock.json
First of all, you will need to install the peerDependencies
:
npm i react typescript eslint
After that, you'll be able to install the package without warnings:
npm i @iden3/eslint-config-react-ts
Then, create an .eslintrc.json
file in your frontend project extending the config and specifying
your build directory inside the ignorePatterns
array:
{
"extends": "@iden3/eslint-config-react-ts",
"ignorePatterns": ["build"]
}
Finally, check that everything works fine by running:
eslint --ext .ts,.tsx .
FAQs
Strict & opinionated ESLint config for React/Typescript projects.
We found that @iden3/eslint-config-react-ts 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.