Skip to content

Commit

Permalink
fix(lint): Lock eslint-config-yscope at 0.0.32 to avoid lint failur…
Browse files Browse the repository at this point in the history
…es caused by newer versions. (#661)
  • Loading branch information
junhaoliao authored Jan 13, 2025
1 parent 9d8359a commit 57bc265
Show file tree
Hide file tree
Showing 5 changed files with 4,500 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/log-viewer-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"client:lint:check": "cd client && npm run lint:check",
"client:lint:fix": "cd client && npm run lint:fix",
"client:start": "cd client && npm start",
"init": "npm i && (cd client && npm i) && (cd server && npm i)",
"init": "npm clean-install && (cd client && npm clean-install) && (cd server && npm clean-install)",
"lint:check": "npm run client:lint:check && npm run server:lint:check",
"lint:fix": "npm run client:lint:fix && npm run server:lint:fix",
"server:lint:check": "cd server && npm run lint:check",
Expand Down
2 changes: 0 additions & 2 deletions components/webui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
docs/
node_modules/

linter/package-lock.json
Loading

0 comments on commit 57bc265

Please sign in to comment.