You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want to have smart defaults to have as little setup time as possible.
ATM I have to think about the file patters when I set up the eslint plugin.
User story
As a developer I want to have smart defaults to have as little setup time as possible.
ATM I have to think about the file patters when I set up the eslint plugin.
code-pushup.config.ts
As new user it can be even more cumbersome to think about the file pattern as you might coe from other tools that default the pattern away.
Nx for example falls back to "." by default:
If I run

nx run prj:lint
internally "." is used as file pattern.Acceptance criteria
Implementation details
code-pushup.config.ts
The text was updated successfully, but these errors were encountered: