Chart.js/test/.eslintrc
Simon Brunel 15d1056b53
Implement equally sized bars (#4994)
When `barThickness: undefined|null` (default), we compute an optimal sample size based on the smallest tick interval reduced to prevent any bar to overlap (bar equally sized). Also added support for a special `barThickness: 'flex'` value (previous default) that globally arranges bars side by side to prevent any gap when percentage options are 1 (variable bar sizes).
2017-12-02 12:38:36 +01:00

15 lines
198 B
Plaintext

env:
jasmine: true
globals:
acquireChart: true
Chart: true
moment: true
waitForResize: true
# http://eslint.org/docs/rules/
rules:
# Best Practices
complexity: 0
max-statements: 0