We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CLI version: 5.1.1 Project init options: ? Choose the target Framework: Koa.js ? Choose the architecture for your project: Ts.ED ? Choose the convention file styling: Ts.ED ? Check the features needed for your project Swagger, Testing, Linter ? Choose unit framework Vitest ? Choose linter tools framework EsLint ? Choose extra linter tools Prettier ? Choose the runtime: Node.js ? Choose the package manager: Yarn
Error msg: Parsing error: ESLint was configured to run on <tsconfigRootDir>/processes.config.js using parserOptions.project: ~/tsconfig.json
<tsconfigRootDir>/processes.config.js
parserOptions.project
If I change eslint target to src folder, tests run correctly
The text was updated successfully, but these errors were encountered:
Hum the correct fix is to instrument eslint to run over all code excepted node_modules.
Sorry, something went wrong.
fix(cli-plugin-eslint): add eslint configuration
43b8fda
Closes: #375
Romakita
No branches or pull requests
CLI version: 5.1.1
Project init options:
? Choose the target Framework: Koa.js
? Choose the architecture for your project: Ts.ED
? Choose the convention file styling: Ts.ED
? Check the features needed for your project Swagger, Testing, Linter
? Choose unit framework Vitest
? Choose linter tools framework EsLint
? Choose extra linter tools Prettier
? Choose the runtime: Node.js
? Choose the package manager: Yarn
Error msg:
Parsing error: ESLint was configured to run on
<tsconfigRootDir>/processes.config.js
usingparserOptions.project
: ~/tsconfig.jsonIf I change eslint target to src folder, tests run correctly
The text was updated successfully, but these errors were encountered: