diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-13 03:13:36 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-13 03:13:36 +0000 |
| commit | 94924f37b61157d962eb4653ee2635a25e8546ed (patch) | |
| tree | 7898a74bcd80803187869f123d3b36fc2d56df57 /package.json | |
| parent | 7d6d32144177ce8c516092a114435988864ff6fa (diff) | |
Replace deprecated ESLint styling rules.
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 7c0815d09..a2d6daefe 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "1.0.0", "type": "module", "devDependencies": { + "@stylistic/eslint-plugin": "^5.4.0", "eslint": "^9.37.0", "globals": "^16.4.0", "gulp": "^5.0.1", |