perks/eventing/.eslintrc.yaml

9 строки
175 B
YAML
Исходник Обычный вид История

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