Update package.json

This commit is contained in:
TheThomaas 2024-12-24 17:34:31 +01:00
parent 6894a50e2e
commit f0a6e67c57

View file

@ -6,6 +6,7 @@
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "TheThomaas", "author": "TheThomaas",
"homepage": "https://electron-vite.org", "homepage": "https://electron-vite.org",
"type": "module",
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", "lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",