Skip to content

Commit e69c056

Browse files
committed
Fix eslint error
1 parent 04969c9 commit e69c056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ exports.default = function parse(path, content, context) {
9393
console.warn(
9494
'`parseForESLint` from parser `' +
9595
parserPath +
96-
'` is invalid and will just be ignored'
96+
'` is invalid and will just be ignored',
9797
);
9898
} else {
9999
return {

0 commit comments

Comments
 (0)