Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 231 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 231 Bytes

@smarterlabs/eslint-config

An ESLint config for JavaScript projects.

Installation

$ npm install --save @smarterlabs/eslint-config

Usage

In your .eslintrc file:

{
	"extends": "@smarterlabs"
}