This package has been deprecated

Author message:

use @northbrook/eslint instead

northbrook-eslint

1.1.0 • Public • Published

Northbrook ESLint

Lint your projects with ESLint

Installation

npm install --save-dev northbrook-eslint

northbrook.json

{
  "plugins": [
    "northbrook-eslint"
  ]
}

API and configurations

northbrook eslint

Run ESLint on all of your source code files. Will look for a .eslintrc at the root of your northbrook project, but will fallback to using eslint-config-standard.

Options

Inside of your northbrook.json

{
  "eslint": {
    // default : ['src/']
    "patterns": ["lib/**/*.js"], // paths to lint - supports globs
    // default: 'stylish'
    "formatter": "table" // allows you to specify
  }
}

Package Sidebar

Install

npm i northbrook-eslint

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • tylors