accountant-ui/.eslintrc.yml
2016-10-14 09:01:21 +02:00

21 lines
202 B
YAML

---
# vim: set tw=80 ts=4 sw=4 sts=4:
extends: angular
rules:
indent:
- error
- 4
plugins:
- angular
- html
- jquery
- security
- this
globals:
moment: true
Highcharts: true