eslint-config-seegno

v17.0.0
Seegno-flavored ESLint config
config eslint lint shared

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
npm i eslint-config-seegno

Metadata

  • MIT
  • >=8
  • Seegno
  • released 5/31/2022

Downloads