Chart.js shareable ESLint config
npm install eslint-config-chartjsChart.js shareable ESLint config.
``sh`
npm install --save-dev eslint-config-chartjs
Once the eslint-config-chartjs package is installed, you can use it by specifying chartjs in the extends section of your ESLint configuration.
`yml
extends: chartjs
rules:
# Additional, per-project rules...
``