Skip to content

yarapolana/eslint-config-react-native-dotcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✏️eslint-config-react-native-dotcode

Eslint configuration for React Native projects

This is my first npm package to help lint React Native projects.

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:

Releases

No releases published

Packages

No packages published