eslint-config-zombie
v3.0.0
Published
My base ESLint configuration.
Downloads
39
Maintainers
Readme
eslint-config-zombie
This module provides your project with an extendable base ESLint configuration to develop applications.
Usage
Create a .eslintrc
file in your project's root and add the following:
{
"extends": "zombie"
}
Notes
- You should have a Browserslist config specified in your project (recommended using
.browserslistrc
file).