Use YAML syntax instead of JSON.

This commit is contained in:
Alexis Lahouze 2016-10-12 23:31:50 +02:00
parent 5811541722
commit 032dd9bdc6
1 changed files with 22 additions and 0 deletions

22
.eslintrc.yml Normal file
View File

@ -0,0 +1,22 @@
---
# 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