keep the new config files

This commit is contained in:
2024-02-23 10:42:26 +01:00
parent 8fa9d0e843
commit bfbfc01e99
4 changed files with 62 additions and 0 deletions

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "tildefriends",
"scripts": {
"prettier": "prettier . --check --cache --write"
},
"author": "Cory McWilliams",
"license": "MIT",
"dependencies": {
"prettier": "^3.2.5"
}
}