https://github.com/chartjs/eslint-config-chartjs
Chart.js shareable ESLint config
https://github.com/chartjs/eslint-config-chartjs
chartjs eslint-config
Last synced: 2 months ago
JSON representation
Chart.js shareable ESLint config
- Host: GitHub
- URL: https://github.com/chartjs/eslint-config-chartjs
- Owner: chartjs
- Created: 2018-01-06T15:31:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T09:03:33.000Z (over 4 years ago)
- Last Synced: 2025-03-28T04:01:50.288Z (3 months ago)
- Topics: chartjs, eslint-config
- Size: 4.88 KB
- Stars: 6
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-chartjs
Chart.js [shareable ESLint config](http://eslint.org/docs/developer-guide/shareable-configs.html).
## Installation
```sh
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`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).
```yml
extends: chartjsrules:
# Additional, per-project rules...
```