aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 13:11:49 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 13:11:49 +0300
commit621602e88b756b9c2e716ade5baea7f44cfc31b8 (patch)
tree2647d244292af8ab424ddc31b1e3cc53c69f0a0e /ROADMAP.md
parentf8b812927adb46c3b3f79c815e58b54e39dfaa72 (diff)
downloadeslint-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index cd7f62c..06b4cdc 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -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"