1.0.0 • Published 6 years ago
eslint-config-react-native-dotcode v1.0.0
Usage
yarn add eslint-config-react-native-dotcode --devIn .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:
1.0.0
6 years ago