4.0.2 • Published 5 years ago
@aurabox/eslint-config-react v4.0.2
Install
npm i @aurabox/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': [
'@aurabox/eslint-config-ts',
'@aurabox/eslint-config-react'
]
};
4.0.2
5 years ago