perks/eventing/.eslintrc.yaml

9 строки
172 B
YAML

---
# configure plugins first
parser: "@typescript-eslint/parser"
plugins:
- "@typescript-eslint"
# then inherit the common settings
extends:
- "../.default-eslintrc.yaml"