perks/eventing/.eslintrc.yaml

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

---
# configure plugins first
parser: "@typescript-eslint/parser"
plugins:
- "@typescript-eslint"
# then inherit the common settings
extends:
2019-09-05 20:21:30 +03:00
- "../.default-eslintrc.yaml"