Chart.js/samples/.eslintrc.yml
Jukka Kurkela df3c73cc5e
Give the boot to chartjs-adapter-moment (#7155)
Remove default of using chartjs-adapter-moment
2020-02-27 19:40:31 -05:00

16 lines
233 B
YAML

globals:
$: true
Chart: true
Samples: true
moment: true
luxon: 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