seegno / eslint-config-seegno

Seegno-flavored ESLint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-seegno

Seegno-flavored ESLint config.

Installation

$ npm install eslint eslint-config-seegno --save-dev

Usage

Create an .eslintrc.yml file with the following:

extends: seegno

Add the following script to your package.json:

{
  "scripts": {
    "lint": "eslint ."
  }
}

and run the linter with:

$ npm run lint

About

Seegno-flavored ESLint config

License:MIT License


Languages

Language:JavaScript 100.0%