9 строки
175 B
YAML
9 строки
175 B
YAML
|
---
|
||
|
# configure plugins first
|
||
|
parser: "@typescript-eslint/parser"
|
||
|
plugins:
|
||
|
- "@typescript-eslint"
|
||
|
|
||
|
# then inherit the common settings
|
||
|
extends:
|
||
|
- "../../.default-eslintrc.yaml"
|