Chart.js/samples/.eslintrc.yml
2021-02-10 08:21:39 -05:00

12 lines
189 B
YAML

globals:
$: true
Chart: true
Samples: true
moment: true
luxon: true
randomScalingFactor: true
rules:
indent: ["error", "tab", {flatTernaryExpressions: true}]
no-new: "off"