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

33 строки
618 B
JSON
Исходник Обычный вид История

2019-10-29 12:24:07 +03:00
{
"overrides": [
{
"files": [
"specification/**/*.json",
"documentation/swagger-bootstrap.json",
"documentation/samplefiles/**/*.json"
],
"options": {
"plugins": [
"./scripts/prettier-swagger-plugin"
],
"parser": "json-swagger",
2022-05-29 06:15:39 +03:00
"printWidth": 20,
"endOfLine": "auto"
}
},
{
"files": [
"**/*.json"
],
"options": {
"parser": "json",
2022-05-29 06:15:39 +03:00
"printWidth": 20,
"endOfLine": "auto"
},
"excludeFiles": [
"specification/**/*.json"
]
}
]
2019-10-29 12:24:07 +03:00
}