mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-08 00:00:41 -04:00
29 lines
590 B
YAML
29 lines
590 B
YAML
packages:
|
|
- 'api'
|
|
- 'client'
|
|
- 'curriculum'
|
|
- 'e2e'
|
|
- 'shared'
|
|
- 'tools/challenge-helper-scripts'
|
|
- 'tools/challenge-parser'
|
|
- 'tools/client-plugins/*'
|
|
- 'tools/crowdin'
|
|
- 'tools/daily-challenges'
|
|
- 'tools/scripts/seed'
|
|
- 'tools/scripts/seed-exams'
|
|
- 'packages/*'
|
|
|
|
# Disable until we can enable this again.
|
|
strictPeerDependencies: false
|
|
# A lot of our scripts rely on pre and post scripts.
|
|
enablePrePostScripts: true
|
|
minimumReleaseAge: 10080
|
|
|
|
packageExtensions:
|
|
'@testing-library/jest-dom':
|
|
peerDependencies:
|
|
vitest: '*'
|
|
|
|
hoistPattern:
|
|
- '!*eslint*'
|