aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-08 21:36:43 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:53:03 +0100
commitd07e7b834831230b53860d0919a68edc2d36193d (patch)
treea1f2a021563ddff54f33341c475fc6c6eb787388 /.yarnrc.yml
parentNew configurations based on review comments (WIP) (diff)
downloadsophie-d07e7b834831230b53860d0919a68edc2d36193d.tar.gz
sophie-d07e7b834831230b53860d0919a68edc2d36193d.tar.zst
sophie-d07e7b834831230b53860d0919a68edc2d36193d.zip
build: Eslint fixes for multi-module project
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to '.yarnrc.yml')
-rw-r--r--.yarnrc.yml23
1 files changed, 15 insertions, 8 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml
index f83ee48..e8caff1 100644
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -1,13 +1,6 @@
1plugins: 1enableTelemetry: 0
2 - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
3 spec: "@yarnpkg/plugin-interactive-tools"
4 - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5 spec: "@yarnpkg/plugin-workspace-tools"
6 - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
7 spec: "@yarnpkg/plugin-typescript"
8 2
9logFilters: 3logFilters:
10 # Discard incompatible package architecture warnings.
11 - code: YN0076 4 - code: YN0076
12 level: discard 5 level: discard
13 6
@@ -15,4 +8,18 @@ nmMode: hardlinks-local
15 8
16nodeLinker: node-modules 9nodeLinker: node-modules
17 10
11packageExtensions:
12 eslint-config-airbnb-typescript@*:
13 peerDependencies:
14 eslint: "*"
15 eslint-plugin-import: "*"
16
17plugins:
18 - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
19 spec: "@yarnpkg/plugin-interactive-tools"
20 - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
21 spec: "@yarnpkg/plugin-workspace-tools"
22 - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
23 spec: "@yarnpkg/plugin-typescript"
24
18yarnPath: .yarn/releases/yarn-3.1.1.cjs 25yarnPath: .yarn/releases/yarn-3.1.1.cjs