0.1.0 • Published 8 years ago
eslint-config-retrofit v0.1.0
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
.browserslistrcfile).
0.1.0
8 years ago