accountant-ui/.eslintrc.yml
2016-10-15 11:44:17 +02:00

20 lines
191 B
YAML

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