Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 407 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 407 Bytes

eslint-config-seegno

Seegno-flavored ESLint config.

Installation

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

Usage

Create an .eslintrc 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