simpler function is used in order to cover lambda functions

This commit is contained in:
Aiday Marlen Kyzy
2024-03-21 15:07:52 +01:00
parent d627e3b387
commit 3aa12f6c38
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@
"pattern": "^(\\t|[ ])*[ ]\\*[^/]*\\*/\\s*$|^(\\t|[ ])*[ ]\\*/\\s*$|^(\\t|[ ])*\\*([ ]([^\\*]|\\*(?!/))*)?$"
},
"indentNextLinePattern": {
"pattern": "^\\s*(var|const|let)\\s+\\w+\\s*=\\s*\\(.*\\)\\s*=>\\s*$"
"pattern": "^.*=>\\s*$"
}
},
"onEnterRules": [