diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 13:51:02 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 13:51:02 +0300 |
commit | 19d9a1e74cd42d5857ac22a1c93aff6789343dad (patch) | |
tree | 24b84f01a940ccc00bec30ca4eb290efd2af9465 /ROADMAP.md | |
parent | bdb1aa037fbba13eff334bd6639fb8b1935e9eda (diff) | |
download | eslint-config-19d9a1e74cd42d5857ac22a1c93aff6789343dad.tar.xz eslint-config-19d9a1e74cd42d5857ac22a1c93aff6789343dad.zip |
feat(eslint): Rule "no-native-reassign"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ - [ ] "no-multi-spaces" - [ ] "no-multi-str" - [ ] "no-multiple-empty-lines" -- [ ] "no-native-reassign" +- [X] "no-native-reassign" - [ ] "no-negated-condition" - [ ] "no-negated-in-lhs" - [ ] "no-nested-ternary" |