mirror of
https://github.com/zkitter/configs.git
synced 2026-01-09 13:38:04 -05:00
19 lines
350 B
YAML
19 lines
350 B
YAML
jsxSingleQuote: true
|
|
parser: typescript
|
|
semi: false
|
|
singleQuote: true
|
|
trailingComma: all
|
|
overrides:
|
|
- files: '*.ts'
|
|
options:
|
|
parser: typescript
|
|
- files: ['*.yml', '*.yaml']
|
|
options:
|
|
parser: yaml
|
|
- files: '*.json'
|
|
options:
|
|
parser: json
|
|
trailingComma: none
|
|
- files: '*.md'
|
|
options:
|
|
parser: markdown |