chore: ensure size-limit conf file is formatted

This commit is contained in:
fryorcraken.eth 2022-09-20 14:47:58 +10:00
parent 49e16de396
commit dc639370bc
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@
],
"*.{ts,json,conf*.*js}": [
"prettier --write"
],
"./*.*js": [
"prettier --write"
]
}
}