diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json index 35c4aaf..51d384d 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,17 @@ "patchedDependencies": { "eslint-plugin-path-alias@1.0.0": "patches/eslint-plugin-path-alias@1.0.0.patch", "eslint@8.28.0": "patches/eslint@8.28.0.patch" + }, + "peerDependencyRules": { + "ignoreMissing": [ + "eslint-plugin-import" + ] + }, + "allowedDeprecatedVersions": { + "source-map-resolve": "*", + "resolve-url": "*", + "source-map-url": "*", + "urix": "*" } }, "webExt": { |