@josselinbuils/eslint-config-react

My own eslint rules for React projects.

Usage no npm install needed!

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

README

eslint-config-react

My own eslint rules for React/TypeScript projects.

Install

yarn add -D @josselinbuils/eslint-config-react

Usage

// .eslintrc.js

module.exports = {
  extends: '@josselinbuils/eslint-config-react',
};