0.0.3 • Published 2 years ago
@sajermann/eslint-config v0.0.3
Sajermann ESLint config
Setup
- Install the dependencies
npm i -D eslint @sajermann/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@sajermann/eslint-config/react"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.