eslint-plugin-chartjs

0.1.0 • Public • Published

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: ✔️ = recommended, 🔧 = fixable

Name Description ✔️ 🔧
chartjs/font-color check option defaultFontColor and fontColor
chartjs/min-max-configuration min max configuration 🔧

Package Sidebar

Install

npm i eslint-plugin-chartjs

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

7.54 kB

Total Files

6

Last publish

Collaborators

  • manu1400