Skip to content

Commit 86a87d3

Browse files
committed
Fix eslint error
1 parent 583d6d7 commit 86a87d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: utils/parse.js

+1-1
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)