Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 366 Bytes

Build Status

@aptoma/eslint-config

Shareable ESLint config following Aptoma Standard for ES6.

Installation

$ npm install --save-dev @aptoma/eslint-config

In your ESLint configuration add:

{
  "extends": "@aptoma/eslint-config"
}