From d29852ae725f673843c46085bb51cbc740d374d7 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 23 Sep 2025 22:46:38 -0400 Subject: Fixed #36619 -- Vendored eslint configuration dependencies. This allows the eslint pre-commit hook to run without depending on a prior installation of node modules. Follow-up to 6345a6ff63a8b8af86ee9a025e29984a410c9764. --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 396ffd8653..86be20ce3a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "devDependencies": { "eslint": "^9.36.0", "puppeteer": "^24.22.0", - "globals": "^16.4.0", "grunt": "^1.6.1", "grunt-cli": "^1.5.0", "grunt-contrib-qunit": "^10.1.1", -- cgit v1.3