diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 13:11:49 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 13:11:49 +0300 |
commit | 621602e88b756b9c2e716ade5baea7f44cfc31b8 (patch) | |
tree | 2647d244292af8ab424ddc31b1e3cc53c69f0a0e /ROADMAP.md | |
parent | f8b812927adb46c3b3f79c815e58b54e39dfaa72 (diff) | |
download | eslint-config-621602e88b756b9c2e716ade5baea7f44cfc31b8.tar.xz eslint-config-621602e88b756b9c2e716ade5baea7f44cfc31b8.zip |
feat(typescript): space-before-function-paren
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
@@ -460,7 +460,7 @@ - [ ] "restrict-template-expressions" - [ ] "return-await" - [X] "semi" -- [ ] "space-before-function-paren" +- [X] "space-before-function-paren" - [X] "strict-boolean-expressions" - [ ] "switch-exhaustiveness-check" - [ ] "triple-slash-reference" |