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
YAML

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