eslint-config-dienerld
v1.0.9
Published
ESLint configuration used by dienerld.
Readme
Diener ESLint config
Whats included?
- Standard config base;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint eslint-config-dienerld- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "dienerld"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
Config base rocketseat-config
