0.2.1 • Published 3 years ago
@dsdemo/eslint-config v0.2.1
dsdemo ESLint config
Whats included?
- Airbnb config base;
- React plugin;
- React Hooks plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @dsdemo/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@dsdemo/eslint-config/react"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.