-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
35 lines (32 loc) · 869 Bytes
/
pnpm-workspace.yaml
File metadata and controls
35 lines (32 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
minimumReleaseAge: 1440 # in minutes. 1440 minutes === 1 day
packages:
- packages/*
- packages/plugins/typescript/*
- packages/plugins/other/*
- packages/presets/*
- packages/utils/*
- website
- examples/**/*
- dev-test/*
- dev-test-apollo-tooling
allowBuilds:
'@parcel/watcher': false
'@swc/core': false
cypress: true
esbuild: false
fsevents: false
msw: false
sharp: false
unrs-resolver: false
vue-demi: false
workerd: false
overrides:
'@rushstack/eslint-patch': '1.16.1'
'@typescript-eslint/eslint-plugin': '8.59.3'
'@typescript-eslint/parser': '8.59.3'
'@typescript-eslint/scope-manager': '8.59.3'
'@typescript-eslint/type-utils': '8.59.3'
'@typescript-eslint/types': '8.59.3'
'@typescript-eslint/typescript-estree': '8.59.3'
'@typescript-eslint/utils': '8.59.3'
'@typescript-eslint/visitor-keys': '8.59.3'