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
a while ago, the xo style guide has been added to @eslint/create-config. In the PR we tried to switch to use the package eslint-config-xo-typescript when users choose typescript + xo.
the problem is: @typescript-eslint/parser was not listed in its peer dependencies. Surely, it's not an issue for npm v7+ users - it's listed in @typescript-eslint/eslint-plugin's peerdeps and will be auto installed. But it won't work for yarn/pnpm/... users.
a while ago, the xo style guide has been added to
@eslint/create-config
. In the PR we tried to switch to use the packageeslint-config-xo-typescript
when users choose typescript + xo.the problem is:
@typescript-eslint/parser
was not listed in its peer dependencies. Surely, it's not an issue for npm v7+ users - it's listed in@typescript-eslint/eslint-plugin
's peerdeps and will be auto installed. But it won't work for yarn/pnpm/... users.related discussion: eslint/create-config#33
The text was updated successfully, but these errors were encountered: