accountant-ui/.eslintrc.yml
2016-10-12 23:31:50 +02:00

23 lines
228 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:
angular: true
moment: true
Highcharts: true
$: true