This repository has been archived on 2020-07-12. You can view files and clone it, but cannot push or open issues/pull-requests.
mitgliedsantrag/.eslintrc

18 lines
224 B
Plaintext
Raw Normal View History

2018-04-24 21:25:52 +02:00
---
# vim: ft=yaml
globals:
$: true
_: true
pdfMake: true
IBAN: true
2018-04-24 21:25:52 +02:00
parserOptions:
# use ES6
ecmaVersion: 6
# default rules
extends:
# https://github.com/standard/standard/blob/master/RULES.md
- standard