Chart.js/samples/.eslintrc.yml
Jukka Kurkela 25a9969489
Enable esnext and fix all lint errors (#7094)
* enable esnext and fix all lint errors

* Review update

* Missed some

* Some cleanup still

* Remove leftover eslint disable
2020-02-13 18:41:49 -05:00

15 lines
219 B
YAML

globals:
$: true
Chart: true
Samples: true
moment: true
randomScalingFactor: true
rules:
no-new: 0
no-var: 0
object-shorthand: 0
prefer-arrow-callback: 0
no-invalid-this: 0
no-unneeded-ternary: 0