azure-rest-api-specs-1/.prettierrc.json

33 строки
618 B
JSON

{
"overrides": [
{
"files": [
"specification/**/*.json",
"documentation/swagger-bootstrap.json",
"documentation/samplefiles/**/*.json"
],
"options": {
"plugins": [
"./scripts/prettier-swagger-plugin"
],
"parser": "json-swagger",
"printWidth": 20,
"endOfLine": "auto"
}
},
{
"files": [
"**/*.json"
],
"options": {
"parser": "json",
"printWidth": 20,
"endOfLine": "auto"
},
"excludeFiles": [
"specification/**/*.json"
]
}
]
}