
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
init-eslint-react
Advanced tools
Initialize an ESLint configuration for React & React Native apps
Initialize an eslint configuration for React & React Native apps.
Run the following command in the root folder of your React or React Native project:
npx init-eslint-react
This will install eslint-config-react-app
and its dependencies, and create a .eslintrc
file with the following contents:
{
"extends": "react-app"
}
With this, your editor should be able to show ESLint warnings if you have the appropriate extension installed. For instance, if you're using VS Code, you should install this extension: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint .
NOTE: This is really just a bash script under the hood, and it hasn't been tested on Windows. Contributions welcome!
FAQs
Initialize an ESLint configuration for React & React Native apps
The npm package init-eslint-react receives a total of 3 weekly downloads. As such, init-eslint-react popularity was classified as not popular.
We found that init-eslint-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.