diff options
| author | Tom Carrick <tom@carrick.eu> | 2026-04-19 11:54:02 +0300 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-04-19 13:45:56 +0300 |
| commit | 290fefe6f8e47c2f35a9d857749c1e5166d9288b (patch) | |
| tree | 02c3eb6db726d78174d33c254fed0368facea572 /package.json | |
| parent | 3af5cb17b83eaaea6d4def494269694c009d89c5 (diff) | |
Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and formatting.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index e1d22cda11..212aab0b19 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "Django", "private": true, "scripts": { - "pretest": "eslint .", "test": "grunt test --verbose", "biome": "biome check" }, @@ -11,7 +10,6 @@ }, "devDependencies": { "@biomejs/biome": "^2.4.12", - "eslint": "^9.39.1", "puppeteer": "^24.22.0", "grunt": "^1.6.1", "grunt-cli": "^1.5.0", |
