aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index ce38925..d709a3f 100644
--- a/package.json
+++ b/package.json
@@ -111,7 +111,9 @@
"minimumDescriptionLength": 5
}
],
- "@typescript-eslint/no-floating-promises": "warn"
+ "@typescript-eslint/no-floating-promises": "warn",
+ "prefer-promise-reject-errors": "warn",
+ "no-throw-literal": "warn"
}
},
"prettier": {