Fixed formatting

This commit is contained in:
Mawoka
2023-08-13 20:51:51 +02:00
parent 6ffcf10d63
commit e3a8c8d680
3 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . '!src/lib/i18n/locales/*.json' '!pnpm-lock.yaml' && eslint --ignore-path .gitignore .",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . '!src/lib/i18n/locales/*.json' '!pnpm-lock.yaml' '!src/app.html' && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. . '!src/lib/i18n/locales/*.json'",
"run:prod": "node index.js",
"translations-scan": "i18next-scanner --config i18next-scanner.config.engine.cjs src/**/*.svelte"
@@ -80,8 +80,8 @@
"postcss": "^8.4.22",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"qrcode": "^1.5.1",
"sass": "^1.62.0",
"socket.io-client": "^4.6.1",