eslint-config-rex-react-component

Common eslint config for ReX React Component

Usage no npm install needed!

<script type="module">
  import eslintConfigRexReactComponent from 'https://cdn.skypack.dev/eslint-config-rex-react-component';
</script>

README

eslint-config-rex-react-component

Common eslint settings for ReX React Component

How to use

Install

npm install -D eslint-config-rex-react-component

Update eslint configuration

.eslintrc.js

{
  "extends": "rex-react-component"
}