aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-07-30 11:38:29 -0600
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-07-30 23:57:51 +0000
commit5255f7982191c13bd394c4bb06829dde46f4b57b (patch)
treea85faa8a6222d06f03d5559159e21c5fff2afac5 /package.json
parentremove unused parameter in UserController.js which fails linting (diff)
downloadferdium-app-5255f7982191c13bd394c4bb06829dde46f4b57b.tar.gz
ferdium-app-5255f7982191c13bd394c4bb06829dde46f4b57b.tar.zst
ferdium-app-5255f7982191c13bd394c4bb06829dde46f4b57b.zip
add `@typescript-eslint/parser` to pnpm.peerDependencyRules.allowedVersions until officially supported by eslint-plugin-sonar
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7bbc85a3d..7e12ab41c 100644
--- a/package.json
+++ b/package.json
@@ -197,6 +197,7 @@
197 }, 197 },
198 "peerDependencyRules": { 198 "peerDependencyRules": {
199 "allowedVersions": { 199 "allowedVersions": {
200 "@typescript-eslint/parser": "^6.0.0",
200 "esbuild-sass-plugin>esbuild": "^0.16.7", 201 "esbuild-sass-plugin>esbuild": "^0.16.7",
201 "react-electron-web-view>react": "^18.0.0", 202 "react-electron-web-view>react": "^18.0.0",
202 "react-electron-web-view>react-dom": "^18.0.0", 203 "react-electron-web-view>react-dom": "^18.0.0",