Files
swagger-ui/.lintstagedrc

5 lines
87 B
Plaintext

{
"*.{js,jsx}": ["eslint --max-warnings 0"],
"*.scss": ["stylelint '**/*.scss'"]
}