Skip to content

Commit b09c6eb

Browse files
committed
Fix linting errors
1 parent c02e42b commit b09c6eb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

escodegen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,7 @@
24082408

24092409

24102410
if (extra.comment) {
2411-
result = addComments(expr,result);
2411+
result = addComments(expr, result);
24122412
}
24132413
return toSourceNodeWhenNeeded(result, expr);
24142414
};

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ var ESLINT_OPTION = {
4242
'quotes': 0,
4343
'eqeqeq': 0,
4444
'no-use-before-define': 0,
45+
'dot-notation': 0,
4546
'no-shadow': 0,
4647
'no-unused-vars': [
4748
2,

0 commit comments

Comments
 (0)