1.0.1 • Published 2 years ago
@diegogeodev/eslint-config v1.0.1
OPT ESLint Configuration
Getting Started
- Install the dependencies
npm i -D eslint @diegogeodev/eslint-config
REM or
yarn add -D eslint @diegogeodev/eslint-config- Create a
.eslintrc.jsonfile extending the config:
react
{
"extends": "@diegogeodev/eslint-config/react"
}node
{
"extends": "@diegogeodev/eslint-config/node"
}