You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As vuejs/eslint-config-typescript also provides its own helper function defineConfigWithVueTs, I wonder whether this is still necessary.
If so, the implementation of defineConfigWithVueTs should be refactored to use the eslint helper function. (e.g. flattening can be done by eslint helper function).
The text was updated successfully, but these errors were encountered:
It's still necessary to transform the user-config inside the helper function.
The implementation is based on typescript-eslint's config helper, which has different semantics from the official one (typescript-eslint/typescript-eslint#10856). We'll need a breaking change to match it. Let's wait for typescript-eslint to catch it up first.
eslint 9.22
introduced the helper functiondefineConfig
(see https://eslint.org/blog/2025/03/flat-config-extends-define-config-global-ignores/#introducing-defineconfig()-for-eslint for more information).As
vuejs/eslint-config-typescript
also provides its own helper functiondefineConfigWithVueTs
, I wonder whether this is still necessary.If so, the implementation of
defineConfigWithVueTs
should be refactored to use the eslint helper function. (e.g. flattening can be done by eslint helper function).The text was updated successfully, but these errors were encountered: