Use YAML syntax instead of JSON.
This commit is contained in:
parent
5811541722
commit
032dd9bdc6
22
.eslintrc.yml
Normal file
22
.eslintrc.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user