3.0.0 • Published 9 months ago

eslint-config-zombie v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 months ago

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).