Chart.js/samples/.eslintrc.yml

15 lines
219 B
YAML
Raw Normal View History

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