aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 13:53:13 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 13:53:13 +0300
commitd78f3002afe41f0f6581b29fa759d6b8a07d897c (patch)
tree77b3617b5bcc8afc9d9a7a1c0a032293261e0cd8 /src
parentc6f02605aab661be2c68c23aeacbcdcad368f9ed (diff)
downloadeslint-config-d78f3002afe41f0f6581b29fa759d6b8a07d897c.tar.xz
eslint-config-d78f3002afe41f0f6581b29fa759d6b8a07d897c.zip
feat(eslint): Rule "prefer-reflect"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index f5ed0e4..f4c835f 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -32,5 +32,8 @@
{
"allowIndentationTabs": true
}
+ ],
+ "prefer-reflect": [
+ "off"
]
}