0.1.0 • Published 7 years ago

eslint-config-retrofit v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-retrofit: Retrofit's Base ESLint Configuration

This module provides your project with an extendable base ESLint configuration to develop applications adhering to Retrofit's JavaScript coding standards.

Usage

Create a .eslintrc file in your project's root and add the following:

{
    "extends": "retrofit"
}

Notes

  • You should have a Browserslist config specified in your project (recommended using .browserslistrc file).