Fix #36 - added ESlint config with ts-standard + svelte support

This commit is contained in:
Niek van der Maas
2023-03-20 13:42:47 +01:00
parent eef03cd1b6
commit 0d2e3109e8
12 changed files with 2677 additions and 41 deletions

View File

@@ -8,7 +8,8 @@
"build": "vite build",
"build:github": "vite build --base=/chatgpt-web/",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint . --fix"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
@@ -19,6 +20,8 @@
"bulma": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.21",
"sass": "^1.59.2",
"svelte": "^3.55.1",