0.1.0 • Published 5 years ago

eslint-plugin-chartjs v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

eslint-plugin-chartjs Build Status

Eslint plugin for the librairy Chart.js

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-chartjs:

$ npm install eslint-plugin-chartjs --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-chartjs globally.

Usage

Add chartjs to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "chartjs"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "chartjs/font-color": "warn",
        "chartjs/min-max-configuration": "warn",
    }
}

Supported Rules

  • font-color
  • min-max-configuration

Key: :heavy_check_mark: = recommended, :wrench: = fixable

NameDescription:heavy_check_mark::wrench:
chartjs/font-colorcheck option defaultFontColor and fontColor
chartjs/min-max-configurationmin max configuration:wrench: