mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-23 13:02:58 +00:00
Make repository lint checks deterministic
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
|||||||
"buildVite": "npx dotenv-cli -e .env -- vite build --mode production",
|
"buildVite": "npx dotenv-cli -e .env -- vite build --mode production",
|
||||||
"buildViteOriginal": "npx dotenv-cli -e .env -- vite build --mode original",
|
"buildViteOriginal": "npx dotenv-cli -e .env -- vite build --mode original",
|
||||||
"buildDev": "node esbuild.config.mjs dev",
|
"buildDev": "node esbuild.config.mjs dev",
|
||||||
"lint": "eslint --cache --cache-strategy content --concurrency auto src",
|
"lint": "eslint --cache --cache-strategy content --concurrency off src",
|
||||||
"lint:community": "eslint --config eslint.community.config.mjs --concurrency auto src",
|
"lint:community": "eslint --config eslint.community.config.mjs --concurrency off src",
|
||||||
"svelte-check": "svelte-check --tsconfig ./tsconfig.json --fail-on-warnings",
|
"svelte-check": "svelte-check --tsconfig ./tsconfig.json --fail-on-warnings",
|
||||||
"tsc-check": "tsc --noEmit",
|
"tsc-check": "tsc --noEmit",
|
||||||
"tsc-check:apps": "tsc --noEmit -p src/apps/browser/tsconfig.json && tsc --noEmit -p src/apps/cli/tsconfig.json && tsc --noEmit -p src/apps/webapp/tsconfig.json && tsc --noEmit -p src/apps/webpeer/tsconfig.app.json && tsc --noEmit -p src/apps/webpeer/tsconfig.node.json",
|
"tsc-check:apps": "tsc --noEmit -p src/apps/browser/tsconfig.json && tsc --noEmit -p src/apps/cli/tsconfig.json && tsc --noEmit -p src/apps/webapp/tsconfig.json && tsc --noEmit -p src/apps/webpeer/tsconfig.app.json && tsc --noEmit -p src/apps/webpeer/tsconfig.node.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user