Format tidbits

main
Isaiah Odhner 2024-01-28 22:49:28 -05:00
parent a09f1d971c
commit ee60aedf1c
6 changed files with 17 additions and 10 deletions

2
.github/FUNDING.yml vendored
View File

@ -1 +1 @@
custom: ['https://www.paypal.me/IsaiahOdhner']
custom: ["https://www.paypal.me/IsaiahOdhner"]

View File

@ -4,4 +4,5 @@
//
// https://on.cypress.io/configuration
import './commands'
import './commands';

View File

@ -2,5 +2,7 @@
"compilerOptions": {
"target": "es6"
},
"include": ["src/**/*"]
"include": [
"src/**/*"
]
}

View File

@ -2,7 +2,11 @@
"name": "JS Paint",
"short_name": "Paint",
"description": "An MS Paint remake.",
"categories": ["photo", "utilities", "entertainment"],
"categories": [
"photo",
"utilities",
"entertainment"
],
"display": "standalone",
"start_url": ".",
"lang": "en-US",