summaryrefslogtreecommitdiff
path: root/src/rules/eslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r--src/rules/eslint.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 0ec8660..074c60e 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -1,4 +1,8 @@
{
+ "arrow-parens": [
+ "error",
+ "always"
+ ],
"brace-style": [
"error",
"1tbs",