@cassler/eslint-config-react

cassler's ESLint config for React components

Usage no npm install needed!

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

README

Install

npm i @cassler/eslint-config-react

Use

This config is meant to be applied on top of one of the other base configs.

module.exports = {
  'root': true,
  'extends': [
    '@cassler/eslint-config-ts',
    '@cassler/eslint-config-react'
  ]
};