diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-23 22:46:38 -0400 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-30 08:45:39 +0200 |
| commit | d29852ae725f673843c46085bb51cbc740d374d7 (patch) | |
| tree | 12a1e320e079a93a7aa79c344d5cdd39d6f8a3f0 /package.json | |
| parent | 906a51e125c3007f86d42b81072a1dad7149af05 (diff) | |
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.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
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", |
