@companyx/eslint-config-react-native

ESLint configuration for company-x to use on React-Native projects, mostly airbnb flavour eslint

Usage no npm install needed!

<script type="module">
  import companyxEslintConfigReactNative from 'https://cdn.skypack.dev/@companyx/eslint-config-react-native';
</script>

README

@companyx/eslint-config-react-native

npm semantic-release

ESLint configuration for Company-X to use on React-Native projects, mostly airbnb flavour ESLint.

To use this run

npx install-peerdeps --dev @companyx/eslint-config-react-native
npm i --save-dev @companyx/eslint-config-react-native

Then add this into your .eslintrc.json

{
  "extends": "@companyx/eslint-config-react-native"
}

Contributing

This build is managed by semantic-release. In order to build a new version of the package you will need to submit a PR to master which includes commits matching the format required by semantic-release

https://github.com/semantic-release/semantic-release#commit-message-format

Builds from master will automatically be deployed to NPM if they have a relevant commit.