Skip to content

Commit 430efb2

Browse files
committed
Everybody makes mistakes
1 parent c42283a commit 430efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function getVariableTemplateNames(str) {
347347
const re = /{([^}]+)}/g
348348
let text
349349

350-
// eslint-ignore-next-line no-cond-assign
350+
// eslint-disable-next-line no-cond-assign
351351
while (text = re.exec(str)) {
352352
results.push(text[1])
353353
}

0 commit comments

Comments
 (0)