Disable "prefer-promise-reject-errors" in eslint

This is a new rule as of 3.14. Which is causing the codestyle
checks to fail.

Change-Id: I408d7e5408b7ac9f88e2d72ded29b484a2aba8ad
This commit is contained in:
Paladox none 2019-02-07 13:52:21 +00:00
parent 4bcc6af02f
commit fe2065536d
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
"object-shorthand": ["error", "always"],
"prefer-arrow-callback": "error",
"prefer-const": "error",
"prefer-promise-reject-errors": "off",
"prefer-spread": "error",
"quote-props": ["error", "consistent-as-needed"],
"require-jsdoc": "off",