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