We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04969c9 commit e69c056Copy full SHA for e69c056
utils/parse.js
@@ -93,7 +93,7 @@ exports.default = function parse(path, content, context) {
93
console.warn(
94
'`parseForESLint` from parser `' +
95
parserPath +
96
- '` is invalid and will just be ignored'
+ '` is invalid and will just be ignored',
97
);
98
} else {
99
return {
0 commit comments