@brudi/eslint-config-react

brudi's ESLint config for React components

Usage no npm install needed!

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

README

Install

npm i @brudi/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': [
    '@brudi/eslint-config-ts',
    '@brudi/eslint-config-react'
  ]
};