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.
@strv/eslint-config-react-native
Advanced tools
STRV's ESLint config for React Native projects
STRV's ESLint config for React-Native projects
Suitable for linting React Native source files. This ruleset extends @strv/eslint-config-react
.
This rulest includes accessibility rules, based on eslint-plugin-react-native-a11y.
@strv/eslint-config-react-native
Suitable for linting React Native projects.
@strv/eslint-config-react-native/optional
Use this ruleset in conjunction with the above base ruleset. Provides additional insights into potential inconsistencies in the project. Extends @strv/eslint-config-react/optional
.
For new projects, it is recommended to enable this ruleset. For existing projects, it is only recommended for the brave.
@strv/eslint-config-react-native/style
This ruleset includes rules which deal with how the code looks like and not how it works. It helps keeping the code clean and consistent. Extends @strv/eslint-config-react/style
. 🎨
A full configuration for a React Native project:
// .eslintrc.js
'use strict'
module.exports = {
extends: [
'@strv/react-native',
'@strv/react-native/optional',
'@strv/react-native/style',
],
}
See the LICENSE file for information.
FAQs
STRV's ESLint config for React Native projects
We found that @strv/eslint-config-react-native 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.