summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 15:30:57 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 15:30:57 +0300
commitf94ff5d8d780d01012e19c8d2e09e527f837434f (patch)
treeb65c16bf614da93c0e55e31bf4b4096c9aa39d27 /src
parent4fa76141e14459c930985686bd0fab9fc7c7346e (diff)
downloadeslint-config-f94ff5d8d780d01012e19c8d2e09e527f837434f.tar.xz
eslint-config-f94ff5d8d780d01012e19c8d2e09e527f837434f.zip
feat(eslint): Rule "arrow-parens"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-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",