diff --git a/.eslintrc.json b/.eslintrc.json index c66d147..54de58a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,11 @@ "rules": { "no-unused-vars": "error", "no-undef": "error", - "no-unexpected-multiline": "off" + "no-unexpected-multiline": "off", + "curly": ["error", "multi-line", "consistent"], + "no-nested-ternary": "off", + "indent": ["error", 2, { "offsetTernaryExpressions": true }] + }, "globals": { "module": "readonly",