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:
committed by
Gandalf the Greybeard [agent]
parent
9de84bf641
commit
8600cedb64
@@ -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",
|
||||
|
||||
Generated
+11891
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user