[language-javascript] Remove stale TODO comment

This commit is contained in:
Andrew Dupont 2024-03-10 16:04:59 -07:00
parent 86cb072c54
commit 175174e05c
2 changed files with 1 additions and 4 deletions

View File

@ -862,7 +862,7 @@
; use "?." to target it. ; use "?." to target it.
(optional_chain) @keyword.operator.accessor.optional-chaining.js (optional_chain) @keyword.operator.accessor.optional-chaining.js
; Optional chaining is illegal…: ; Optional chaining is illegal…
; …on the left-hand side of an assignment. ; …on the left-hand side of an assignment.
(assignment_expression (assignment_expression

View File

@ -103,9 +103,6 @@
; HANGING INDENT ON SPLIT LINES ; HANGING INDENT ON SPLIT LINES
; ============================= ; =============================
; TODO: We might want to make this configurable behavior with the
; `config` scope test.
; Any of these at the end of a line indicate the next line should be indented… ; Any of these at the end of a line indicate the next line should be indented…
(["||" "&&"] @indent (["||" "&&"] @indent
(#is? test.config "language-javascript.indentation.addHangingIndentAfterLogicalOperators") (#is? test.config "language-javascript.indentation.addHangingIndentAfterLogicalOperators")