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
Suitable for linting React Native source files. This ruleset extends eslint-config-universe
.
Note that this config also includes Typescript rules, as we feel strongly that Typescript should be used in all React Native projects. By including Typescript by default we can create more consistent rule sets.
Also unlike other configs it directly includes react/styles config as we need to control the extend array order.
@strv/eslint-config-react-native
Suitable for linting React Native projects.
To use this configuration, add this package as a dev dependency of your project:
yarn add @strv/eslint-conig-react-native -D
Then extend the config in your ESLint configuration:
// .eslintrc.js
'use strict'
module.exports = {
extends: [
'@strv/eslint-config-react-native',
],
parserOptions: {
// The project field is required in order for some TS-syntax-specific rules to function at all
// @see https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser#configuration
project: './tsconfig.json',
},
}
See the LICENSE file for information.
FAQs
STRV's ESLint config for React Native projects
The npm package @strv/eslint-config-react-native receives a total of 92 weekly downloads. As such, @strv/eslint-config-react-native popularity was classified as not popular.
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.