@abusix/eslint-config-react
This package contains the base eslint configuration for react + typescript projects.
Installation
npm add -D @abusix/eslint-config-react
Usage
Add the following to your .eslintrc.js
:
module.exports = {
extends: ['@abusix/eslint-config-react'],
};