- Run
npm run lint
Oops! Something went wrong! :(
ESLint: 9.20.1
Error: You have used a rule which requires type information, but don't have parserOptions set to generate type information for this file. See https://typescript-eslint.io/getting-started/typed-linting for enabling linting with type information.
Parser: typescript-eslint/parser
Occurred while linting /Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/tests/index.test.ts:3
Rule: "vitest/valid-title"
at throwError (/Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js:38:11)
at Object.getParserServices (/Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js:27:9)
at CallExpression (file:///Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/@[email protected]_@[email protected][email protected]_typescript@5_d87e65acd0b63c7dc67e51c456345aea/node_modules/@vitest/eslint-plugin/dist/index.mjs:1:71138)
at ruleErrorHandler (/Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1160:48)
at /Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/safe-emitter.js:45:58
at Array.forEach (<anonymous>)
at Object.emit (/Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/safe-emitter.js:45:38)
at NodeEventGenerator.applySelector (/Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/node-event-generator.js:297:26)
at NodeEventGenerator.applySelectors (/Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/node-event-generator.js:326:22)
at NodeEventGenerator.enterNode (/Users/ntnyq/Desktop/github/ntnyq/repro-perfectionist-fallback-sort/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/node-event-generator.js:337:14)