📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

@abdullahceylan/eslint-config-react-native

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
a

@abdullahceylan/eslint-config-react-native

ESLint React Native Configuration.

1.1.0
latest
67

Supply Chain Security

100

Vulnerability

71

Quality

76

Maintenance

100

License

Version published
Maintainers
1
Created
Issues
0

@abdullahceylan/eslint-config-react-native

ESLint React Native configurations that I've used.

Install

npm install --save-dev @abdullahceylan/eslint-config-react-native

or

yarn add --dev @abdullahceylan/eslint-config-react-native

Usage

  • Create .eslintrc.js folder into root directory
  • Paste following:
    module.exports = {
      parser: 'babel-eslint',
      extends: [
        '@abdullahceylan/eslint-config', // optional
        '@abdullahceylan/eslint-config-react-native',
      ],
      env: {
        es6: true,
      },
      rules: {
        // your own rules
      },
    };
    

FAQs

Package last updated on 12 Mar 2019

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