-
Notifications
You must be signed in to change notification settings - Fork 8
fix: update eslint and fix warnings #1378
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
Conversation
… terser to minify the code
|
I've tested all the components and all scenarios for angular, react & wc. I found one problem that is not related to lint and is already reproduced on master, that is why I logged it as a separate issue: #1380. For React there is the following problem when creating a sample with any DV component (chart, gauge, etc.) and running [vite]: Rollup failed to resolve import "igniteui-react-core" from "C:/Work/git/igniteui-cli/output/test_react_for_reak/node_modules/igniteui-react-gauges/esm5/lib/igr-bullet-graph.js".There is a related problem, when running |
|
The problem with react project was, because I didn't have latest [email protected]. Once the latter is installed all the commands on a generated project from the cli are working. |
update packages to fix warnings for angular, react and wc when building the application.
update eslint version to 9.20.0 and update angular, react and wc configurations to use ESM imports
update glob version to 11.0.0