2.0.1 • Published 6 years ago

@emin93/eslint-kit v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

:wrench: @emin93/eslint-kit · npm Travis

This is an ESLint kit including all dependencies and rules.

The rules are based on the Airbnb JavaScript Style Guide with some slight changes.

Installation

Install the package itself with npm install @emin93/eslint-kit --save-dev.

Usage

Simply create a file named .eslintrc with the following content:

{
    "extends": "@emin93/eslint-kit"
}