Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 649 Bytes

Nepada ESLint config

Build Status Downloads this Month Latest stable

Installation

Via npm:

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

Usage

Use it in your eslint config:

{
    "extends": "@nepada"
}