fix: add eslint as direct devDependency

ESLint was only a transitive dependency of @kinvolk/headlamp-plugin.
Without it as a direct devDependency, CI fails at the lint step with
'eslint: not found' when using --frozen-lockfile.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 19:51:07 +00:00
committed by Gandalf the Greybeard [agent]
parent 9de84bf641
commit 8600cedb64
2 changed files with 11892 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
+11891
View File
File diff suppressed because it is too large Load Diff