Socket
Socket
Sign inDemoInstall

@blackbox-vision/eslint-config-react-native

Package Overview
Dependencies
1
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blackbox-vision/eslint-config-react-native

ESLint preset with config that we use at BBV React Native Apps


Version published
Maintainers
2
Created

Readme

Source

RN ESLint Config License: MIT

This ESLint preset includes some nice defaults that we use at BlackBox Vision for building React Native Apps.

Install

You can install this library via NPM or YARN.

NPM

npm i @blackbox-vision/eslint-config-react-native

YARN

yarn add @blackbox-vision/eslint-config-react-native

Use case

At BlackBox Vision we aim to simplify and reduce the times we have to build and upgrade apps.

This library is a ESLint preset that has nice defaults for presets and plugins.

It includes:

// TODO

Usage

// .eslintrc.js
module.exports = {
  root: true,
+  extends: '@blackbox-vision/eslint-config-react-native'
-  extends: '@react-native-community',
};

Issues

Please, open an issue following one of the issues templates. We will do our best to fix them.

Contributing

If you want to contribute to this project see contributing for more information.

License

Distributed under the MIT license. See LICENSE for more information.

FAQs

Last updated on 03 Apr 2021

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