- use doublequote in yaml - right indentation in yaml - format missformatted places
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"arrowParens": "always",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
}
|
|
]
|
|
}
|