Update prettier and run it on YAML (#74)

This commit is contained in:
Ross Brodbeck
2020-07-20 07:44:22 -04:00
committed by GitHub
parent 987eb56326
commit 802f392f59
4 changed files with 16 additions and 16 deletions

View File

@ -1,9 +1,9 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
interval: 'daily'