eslint: update rules.

master
Tom Hacohen 2019-11-06 23:16:49 +02:00
parent ab5495e221
commit 40e5d4bb10
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ module.exports = {
"react/jsx-curly-brace-presence": ["error", "never"],
"react/jsx-key": ["error", { "checkFragmentShorthand": true }],
"react/jsx-indent": ["error", 2, { checkAttributes: true, indentLogicalExpressions: true }],
"react/void-dom-elements-no-children": ["error"],
"react/no-unknown-property": ["error"],
"quotes": "off",
"@typescript-eslint/quotes": ["error", "single", { "allowTemplateLiterals": true, "avoidEscape": true }],