@epaypool/eslint-config-react
v1.0.2
Published
Epaypool ESLint config for React components
Downloads
1
Readme
Install
npm i @epaypool/eslint-config-react
Use
This config is meant to be applied on top of one of the other base configs.
module.exports = {
'root': true,
'extends': [
'@epaypool/eslint-config-ts',
'@epaypool/eslint-config-react'
]
};