Socket
Book a DemoInstallSign in
Socket

eslint-config-os-team-react-native

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-os-team-react-native

latest
npmnpm
Version
1.2.34
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-os-team-react-native NPM version

ESLint rules for React Native, including TypeScript.

Installation

Step 1. Install the package

Install the exact version (-E) of the package in devDependencies (-D) using the following command:

yarn add -DE eslint-config-os-team-react-native

Make sure eslint, jest, and react packages are installed.

Step 2. Extend your ESLint config

const reactNativeConfig = require('eslint-config-os-team-react-native');

module.exports = [
  ...reactNativeConfig.configs.recommended,
  // Your config
  {
    files: ['**/*.{js,mjs,cjs,ts,jsx,tsx}'],
    rules: {},
  },
];

Keywords

eslint

FAQs

Package last updated on 04 Mar 2025

Did you know?

Socket

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.

Install

Related posts