@abusix/eslint-config-react
v1.0.1
Published
Shared eslint react config for Abusix projects
Downloads
9
Keywords
Readme
@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'],
};