From 12434d455067fe2c24d6073113f2c34f46f1a0c7 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 27 May 2025 00:50:52 -0400 Subject: Consolidate project linting into tool scripts. The new `tools/check-lint` script checks lints across _all_ lintable files - JS (through `eslint`), and Rust (through `clippy` and `cargo check`). It also checks `eslint` against the whole project, not just against what's in the `ui` subdir, which means it now catches lintable issues in various JS config files. --- package.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3a75fcb..6a1446e 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,6 @@ "npm": ">=10.0.0 <11.0.0", "node": ">=22.0.0 <23.0.0" }, - "scripts": { - "lint": "eslint ui" - }, "devDependencies": { "@sveltejs/adapter-static": "^3.0.8", "@sveltejs/kit": "^2.17.2", -- cgit v1.2.3