1.0.1 • Published 3 years ago
@caricati/eslint-config-react v1.0.1
Caricati Eslint Config
install
npm install --save-dev @caricati/eslint-config-reactUsage
Create the .eslintrc file on the root path of your project, and add the @caricati/eslint-config-react extension:
{
"extends": "@caricati/eslint-config-react"
}