@cassler/eslint-config-react
v7.0.1
Published
cassler's ESLint config for React components
Downloads
11
Readme
Install
npm i @cassler/eslint-config-reactUse
This config is meant to be applied on top of one of the other base configs.
module.exports = {
'root': true,
'extends': [
'@cassler/eslint-config-ts',
'@cassler/eslint-config-react'
]
};