1.0.0 • Published 4 years ago

eslint-config-react-native-dotcode v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Usage

yarn add eslint-config-react-native-dotcode --dev

In .eslintrc:

{
  "extends": "react-native-dotcode"
}

In babel.config.js add the following

module.exports = {
  "..."
  "plugins": [
    [
      "babel-plugin-root-import", {"rootPathSuffix": "src"},
    ],
  ],
  "..."
}

Next step:

Configure CI/CD for version control

Authors: