Socket
Socket
Sign inDemoInstall

@computerrock/eslint-config-react-native-app

Package Overview
Dependencies
2
Maintainers
9
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @computerrock/eslint-config-react-native-app

ESLint configuration for React Native projects


Version published
Maintainers
9
Created

Readme

Source

@computerrock/eslint-config-react-native-app

This package contains shareable ESLint configuration used for React projects.

Usage

Install:

$ npm install @computerrock/eslint-config-react-native-app --save-dev

Create a file named .eslintrc with following contents in the root folder of your project:

{
    "extends": "@computerrock/eslint-config-react-native-app",
    "rules": {
        "valid-jsdoc": "warn",
        "require-jsdoc": "off"
    }
}

You can override the settings from @computerrock/eslint-config-react-app by editing the .eslintrc file. Learn more about configuring ESLint on the ESLint website.

FAQs

Last updated on 14 Dec 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc