fix: use yaml, not yml YAML file extension
This commit is contained in:
parent
0ae692bce7
commit
877b7f7fe7
6 changed files with 17 additions and 21 deletions
10
.prettierrc
10
.prettierrc
|
|
@ -5,13 +5,5 @@
|
|||
"useTabs": false,
|
||||
"trailingComma": "none",
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["**/*.md"],
|
||||
"options": {
|
||||
"parser": "markdown"
|
||||
}
|
||||
}
|
||||
]
|
||||
"singleQuote": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue