AriPerkkio / eslint-remote-tester

CLI tool for testing given ESlint rules against multiple repositories at once.

Home Page:https://www.npmjs.com/package/eslint-remote-tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weekly scheduled smoke test: typescript-eslint-eslint-plugin

github-actions opened this issue · comments

Something went wrong. This is likely an internal error of eslint-remote-tester-run-action.

Click to expand
Error: Configuration validation errors:
- eslintrc: Error while loading rule '@typescript-eslint/no-duplicate-type-constituents': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Occurred while linting <text>
- Note that "config.eslintrc" is called with empty options during configuration validation.
    at validate (/github/workspace/ci/node_modules/eslint-remote-tester/dist/config/validator.js:151:19)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async runTester (/index.js:5935:3)