Skip to content

Commit

Permalink
feat(presets): include replacements:all in config:base (#20933)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Mar 15, 2023
1 parent 2e25de1 commit ca03555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/presets/index.spec.ts
Expand Up @@ -841,6 +841,7 @@ describe('config/presets/index', () => {
':ignoreModulesAndTests',
'group:monorepos',
'group:recommended',
'replacements:all',
'workarounds:all',
],
});
Expand Down
1 change: 1 addition & 0 deletions lib/config/presets/internal/config.ts
Expand Up @@ -11,6 +11,7 @@ export const presets: Record<string, Preset> = {
':ignoreModulesAndTests',
'group:monorepos',
'group:recommended',
'replacements:all',
'workarounds:all',
],
},
Expand Down

0 comments on commit ca03555

Please sign in to comment.