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 583d6d7 commit 86a87d3Copy full SHA for 86a87d3
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