2.0.1 • Published 8 months ago
@moser-inc/eslint-config-react v2.0.1
Moser ESLint Config React
This is the set of rules to for usage in React based projects.
Installation
npm i -D eslint prettier @moser-inc/eslint-config-react
Usage
Add the config to the extends
option in your ESLint config.
module.exports = {
extends: ['@moser-inc/eslint-config-react']
}