darraghoriordan / eslint-plugin-nestjs-typed

Some eslint rules for working with NestJs projects
http://www.darraghoriordan.com
174 stars 34 forks source link

How to configure in microservice project looks for src/**/*.ts #157

Closed designscripting closed 8 months ago

designscripting commented 8 months ago

I am trying to configure in microservice nest js app, and it is throwing below error Error: Oops! Something went wrong! :(

ESLint: 8.57.0

No files matching the pattern "src/*/.ts" were found. Please check for typing mistakes in the pattern.

Possibly, it should look in "app/*/.ts" or "./*/.ts" Any suggestions

AaronMBMorse commented 8 months ago

I'm experiencing the same issue

darraghoriordan commented 8 months ago

hey, i describe how to configure this rule, and how to turn off this rule if it doesn't work for you project in the documentation.