accountant-ui/.eslintrc.yml

20 lines
191 B
YAML
Raw Normal View History

2016-10-12 23:31:50 +02:00
---
# 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