diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 13:53:13 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 13:53:13 +0300 |
commit | d78f3002afe41f0f6581b29fa759d6b8a07d897c (patch) | |
tree | 77b3617b5bcc8afc9d9a7a1c0a032293261e0cd8 /src/rules | |
parent | c6f02605aab661be2c68c23aeacbcdcad368f9ed (diff) | |
download | eslint-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/rules')
-rw-r--r-- | src/rules/eslint.json | 3 |
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" ] } |