aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/.eslintrc.js
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-19 20:17:56 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-20 03:00:38 +0100
commit40ebe0088bc97f644889d915b0524b49d4a21e4c (patch)
tree3d8a22d8f36634e3ac678f83600d9f443b47bc90 /language-web/.eslintrc.js
parentbuild: fix cross-project group and version config (diff)
downloadrefinery-40ebe0088bc97f644889d915b0524b49d4a21e4c.tar.gz
refinery-40ebe0088bc97f644889d915b0524b49d4a21e4c.tar.zst
refinery-40ebe0088bc97f644889d915b0524b49d4a21e4c.zip
build: upgrade to yarn 3
Also upgrades various frontend dependencies. We can't upgrade to typescript 4.5 yet, because https://github.com/yarnpkg/berry/pull/3760 is not released yet.
Diffstat (limited to 'language-web/.eslintrc.js')
-rw-r--r--language-web/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-web/.eslintrc.js b/language-web/.eslintrc.js
index 810a5ccd..0e4dd5e3 100644
--- a/language-web/.eslintrc.js
+++ b/language-web/.eslintrc.js
@@ -6,4 +6,4 @@ module.exports = {
6 './.eslintrc.ci.js', 6 './.eslintrc.ci.js',
7 'plugin:sonarjs/recommended', 7 'plugin:sonarjs/recommended',
8 ], 8 ],
9} 9};