@abdullahceylan/eslint-config-react-native

1.1.0 • Public • Published

@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
      },
    };

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i @abdullahceylan/eslint-config-react-native

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

4.87 kB

Total Files

4

Last publish

Collaborators

  • abdullahceylan