makemek / modcolle-eslint-config

Eslint configuration for all Modcolle projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modcolle Eslint Configuration Build Status

Eslint sharable config for Modcolle

This configuration is intend for es6 and node environment.

Installation

npm install --save-dev eslint eslint-config-modcolle

Usage

Create .eslintrc.json and include

{
  "extends": "modcolle"
}

About

Eslint configuration for all Modcolle projects

License:MIT License


Languages

Language:JavaScript 100.0%