Re-enable quotes

This commit is contained in:
Oliver Blanthorn 2020-06-19 13:55:22 +01:00
parent dee3b7e6c1
commit ff5c0d7323
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -131,11 +131,12 @@ module.exports = {
"@typescript-eslint/prefer-namespace-keyword": "error",
"@typescript-eslint/prefer-regexp-exec": "off", //"error",
"@typescript-eslint/quotes": [
"off", //"error",
"error",
"double",
{
"avoidEscape": true
}
"avoidEscape": true,
"allowTemplateLiterals": true,
},
],
"@typescript-eslint/require-await": "error",
"@typescript-eslint/restrict-plus-operands": "off", //"error", // We use this a lot - fixing it is a problem for a rainy day