-
Notifications
You must be signed in to change notification settings - Fork 9
chore: update CLI dependencies & eslint bump #469
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
- Bumped versions for eslint-related packages to improve linting capabilities and compatibility. - Updated dependencies for `eslint-config` package to the latest versions, ensuring better support and features.
- Bumped eslint and eslint-config-preact versions to improve linting capabilities and compatibility. - Updated eslint-plugin-vue and vue-eslint-parser to their latest versions for enhanced Vue support. - Made adjustments in eslint configuration files to align with the new package versions.
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.
How come we suddenly need all these type casts?
| // https://github.com/import-js/eslint-plugin-import/issues/2556 | ||
| espree: [".js", ".cjs", ".mjs", ".jsx"], | ||
| "@typescript-eslint/parser": [".ts", ".tsx"], |
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 think this might have been resolved import-js/eslint-plugin-import#3018
| sourceType: "module", | ||
| ecmaVersion: "latest", | ||
| ecmaFeatures: { | ||
| modules: true, | ||
| impliedStrict: true, | ||
| jsx: true, | ||
| }, |
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.
These are already defined higher up in the config for .ts and .tsx
eslint-configpackage to the latest versions, ensuring better support and features.