fix(lint): additional directories to lint with fixes (#7947)

This commit is contained in:
Tim Lai
2022-03-25 11:07:51 -07:00
committed by GitHub
parent b1128d7649
commit 51bd1c290d
3 changed files with 11 additions and 7 deletions

View File

@@ -165,5 +165,5 @@ SwaggerUI.defaultProps = {
persistAuthorization: false,
}
SwaggerUI.presets = swaggerUIConstructor.presets;
SwaggerUI.plugins = swaggerUIConstructor.plugins;
SwaggerUI.presets = swaggerUIConstructor.presets
SwaggerUI.plugins = swaggerUIConstructor.plugins