Skip to content

Conversation

@pavkam
Copy link
Contributor

@pavkam pavkam commented Sep 3, 2025

  • 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 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.
@pavkam pavkam self-assigned this Sep 3, 2025
@pavkam pavkam requested review from Swiftwork and roncohen September 3, 2025 16:14
@pavkam pavkam enabled auto-merge September 3, 2025 16:15
- 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.
Copy link
Contributor

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?

Comment on lines 56 to +58
// https://github.com/import-js/eslint-plugin-import/issues/2556
espree: [".js", ".cjs", ".mjs", ".jsx"],
"@typescript-eslint/parser": [".ts", ".tsx"],
Copy link
Contributor

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

Comment on lines +119 to +125
sourceType: "module",
ecmaVersion: "latest",
ecmaFeatures: {
modules: true,
impliedStrict: true,
jsx: true,
},
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants