Skip to content
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

Running eslint fails with Could not find "member-delimiter-style" #9316

Open
iamandrewluca opened this issue Aug 29, 2024 · 2 comments
Open

Comments

@iamandrewluca
Copy link
Contributor

iamandrewluca commented Aug 29, 2024

npx eslint .

Caution

This rule has been moved to the ESLint stylistic plugin. See #8072 and #8074 for more information.
https://typescript-eslint.io/rules/member-delimiter-style/

Oops! Something went wrong! :(

ESLint: 9.9.1

TypeError: Key "rules": Key "@typescript-eslint/member-delimiter-style": Could not find "member-delimiter-style" in plugin "@typescript-eslint".
    at throwRuleNotFoundError (/Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/config/rule-validator.js:66:11)
    at RuleValidator.validate (/Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/config/rule-validator.js:147:17)
    at [finalizeConfig] (/Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/config/flat-config-array.js:378:23)
    at FlatConfigArray.getConfigWithStatus (/Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/@[email protected]/node_modules/@eslint/config-array/dist/cjs/index.cjs:1102:55)
    at FlatConfigArray.getConfig (/Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/@[email protected]/node_modules/@eslint/config-array/dist/cjs/index.cjs:1120:15)
    at /Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:346:56
    at Array.reduce (<anonymous>)
    at /Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:333:36
    at /Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:296:32
    at Object.isAppliedFilter (/Users/iamandrewluca/Projects/github/fork-keystone/node_modules/.pnpm/@[email protected]/node_modules/@nodelib/fs.walk/out/readers/common.js:12:31)
@Deepak-png981
Copy link

@iamandrewluca what are the steps involved to replicate this Bug?

@iamandrewluca
Copy link
Contributor Author

Oh, forgot to write that. Is by running the ESLint check

npx eslint .

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

No branches or pull requests

2 participants