eslint-config-chartjs
v0.3.0
Published
Chart.js shareable ESLint config
Downloads
9,266
Readme
eslint-config-chartjs
Chart.js shareable ESLint config.
Installation
npm install --save-dev eslint-config-chartjs
Usage
Once the eslint-config-chartjs
package is installed, you can use it by specifying chartjs
in the extends
section of your ESLint configuration.
extends: chartjs
rules:
# Additional, per-project rules...