Skip to content

Commit 501857b

Browse files
committed
fix lint
1 parent 08298cd commit 501857b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = (options = {}) => {
2121
let subtree;
2222
let source;
2323
let locals = false;
24-
let delimiters = options.delimiters || ['{{','}}'];
24+
const delimiters = options.delimiters || ['{{', '}}'];
2525

2626
if (src) {
2727
src = path.resolve(options.root, src);

0 commit comments

Comments
 (0)