diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 13:52:27 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 13:52:27 +0300 |
commit | c6f02605aab661be2c68c23aeacbcdcad368f9ed (patch) | |
tree | 17d722260f91244d91472d930696ba920dad1d76 /ROADMAP.md | |
parent | 3f826d2ecbc02339d9f128d8f5c867c07354ecb4 (diff) | |
download | eslint-config-c6f02605aab661be2c68c23aeacbcdcad368f9ed.tar.xz eslint-config-c6f02605aab661be2c68c23aeacbcdcad368f9ed.zip |
feat(eslint): Rule "no-spaced-func"
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
@@ -184,7 +184,7 @@ - [ ] "no-setter-return" - [ ] "no-shadow" - [ ] "no-shadow-restricted-names" -- [ ] "no-spaced-func" +- [X] "no-spaced-func" - [ ] "no-sparse-arrays" - [ ] "no-sync" - [X] "no-tabs" |