Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 776 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 776 Bytes

eslint-config-smagrassi Build Status

Personal ESLint extensible and sharable configuration.

Usage

Install the configuration as a npm package:

npm install --save-dev eslint-config-smagrassi

and then add it as extension in your ESLint configuration file:

// for example in your .eslinrc

{
  "extends": "smagrassi"
}

See the ESlint config docs for more information.

Rules

The configuration already extends the default eslint:recommended rules.

Package specific rules can be found in /rules folder.