adding todo

This commit is contained in:
Aiday Marlen Kyzy 2024-03-20 18:27:07 +01:00
parent 997fa7f0d3
commit 0b391fa2d1
No known key found for this signature in database
GPG key ID: 24A8B53DBD26FF4E

View file

@ -41,6 +41,7 @@ export const javascriptOnEnterRules = [
action: { indentAction: IndentAction.Outdent }
},
{
// TODO: Do not leave this here - place instead in the indent regex pattern if we use this method
beforeText: /^\s*(var|const|let)\s+\w+\s*=\s*\(.*\)\s*=>\s*$/,
action: { indentAction: IndentAction.Indent }
},