2019-10-29 12:24:07 +03:00
|
|
|
{
|
2021-02-05 08:46:12 +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"
|
2021-02-05 08:46:12 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"**/*.json"
|
|
|
|
],
|
|
|
|
"options": {
|
|
|
|
"parser": "json",
|
2022-05-29 06:15:39 +03:00
|
|
|
"printWidth": 20,
|
|
|
|
"endOfLine": "auto"
|
2021-02-05 08:46:12 +03:00
|
|
|
},
|
|
|
|
"excludeFiles": [
|
|
|
|
"specification/**/*.json"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2019-10-29 12:24:07 +03:00
|
|
|
}
|