Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Aug 30, 2021
1 parent 04969c9 commit e69c056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/parse.js
Expand Up @@ -93,7 +93,7 @@ exports.default = function parse(path, content, context) {
console.warn(
'`parseForESLint` from parser `' +
parserPath +
'` is invalid and will just be ignored'
'` is invalid and will just be ignored',
);
} else {
return {
Expand Down

0 comments on commit e69c056

Please sign in to comment.