Skip to content

pgom/eslint-config-seegno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Seegno-flavored ESLint config

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%