Files
shields/.prettierrc.yml
Paul Melnikow ab051b3804 Turn on prettier (except repo root) (#1167)
* Use prettier-check
* Update semi option
    See discussion https://github.com/badges/shields/issues/948#issuecomment-349205606
* Developer documentation
* Run the same steps in both `main` jobs
* Move integration tests from `danger` to `main` where they belong
2018-08-08 17:49:06 -04:00

5 lines
70 B
YAML

semi: false
singleQuote: true
trailingComma: es5
bracketSpacing: true