Fixed linting issues (ran prettier) (#1379)

This commit is contained in:
Daniel James Smith 2022-01-07 14:28:25 +01:00 committed by GitHub
parent 2d271460e3
commit 49f6cfab7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -13598,4 +13598,4 @@
"integrity": "sha1-KOwXzwl0PtyrBW3dixsGJizHPDA=" "integrity": "sha1-KOwXzwl0PtyrBW3dixsGJizHPDA="
} }
} }
} }

View File

@ -104,4 +104,4 @@
"*": "prettier --ignore-unknown --write", "*": "prettier --ignore-unknown --write",
"*.png": "node scripts/optimize.js" "*.png": "node scripts/optimize.js"
} }
} }