17 lines
211 B
Plaintext
17 lines
211 B
Plaintext
|
---
|
||
|
# vim: ft=yaml
|
||
|
|
||
|
globals:
|
||
|
$: true
|
||
|
_: true
|
||
|
pdfMake: true
|
||
|
|
||
|
parserOptions:
|
||
|
# use ES6
|
||
|
ecmaVersion: 6
|
||
|
|
||
|
# default rules
|
||
|
extends:
|
||
|
# https://github.com/standard/standard/blob/master/RULES.md
|
||
|
- standard
|