1.0.0 • Published 4 years ago

@altairtv/eslint-plugin-altair v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

eslint-plugin-altair

Installation

$ npm install --save-dev eslint @altairtv/eslint-plugin-altair

Setup

Add altair to your list of plugins in your ESLint config.

JSON ESLint config example:

{
  "plugins": ["altair"]
}

Extend the configs you wish to use.

JSON ESLint config example:

{
  "extends": ["plugin:altair/recommended"]
}