-
Notifications
You must be signed in to change notification settings - Fork 1
feat: stack upgrade #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| "url": "^0.11.4", | ||
| "webpack": "^5.99.6", | ||
| "webpack-bundle-analyzer": "^4.10.2", | ||
| "webpack": "^5.104.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can remove unused deps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remove all webpack unused packages
|
|
||
| const eslint = new ESLint({ | ||
| fix: finalArgs.fix || false, | ||
| cache: finalArgs.cache || false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use cache as true by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a screenshot of how the output looks like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "eslint-plugin-react-hooks": "^5.2.0", | ||
| "eslint-plugin-tailwindcss": "^3.18.0", | ||
| "globals": "^16.0.0" | ||
| "eslint-plugin-react-hooks": "^7.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't this have flat config as default.. pls update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated

Motivation and Context
Jira Link:
https://consensyssoftware.atlassian.net/browse/W3APD-5248
Description
Stack upgrade:
How has this been tested?
Screenshots (if appropriate):
torus-script lint

Types of changes
Checklist: