diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-13 02:22:33 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-13 02:22:45 +0000 |
| commit | 20d2ddabdbc70c3f8f15807ace5bd226082f6a50 (patch) | |
| tree | 2187c439d46219edbaf6a831a53ff9f4ed619d06 /package.json | |
| parent | 54b69728d0440922cb7bf83b2102506231c85ba3 (diff) | |
Handle browser globals in a much better way for ESLint.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 31dcfbd7e..7c0815d09 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "devDependencies": { "eslint": "^9.37.0", + "globals": "^16.4.0", "gulp": "^5.0.1", "gulp-less": "^5.0.0", "gulp-touch-fd": "^2.0.0", |