@muchobien/eslint-config-react-native

0.1.8 • Public • Published

eslint-config-react-native

Use

Configure tsconfig.json

{
  "extends": "@muchobien/eslint-config-react-native/tsconfig.base",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@app": ["./src"],
      "@app/*": ["./src/*"]
    }
  },
  "exclude": [
    "node_modules",
    "babel.config.js",
    "metro.config.js",
    "jest.config.js",
    "commitlint.config.js"
  ]
}

Configure .eslintrc.js

module.exports = {
  root: true,
  extends: '@muchobien/eslint-config-react-native',
};

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

1

Version

0.1.8

License

MIT

Unpacked Size

6.36 kB

Total Files

11

Last publish

Collaborators

  • krosf