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.
2 parents 83dfab7 + 4b8388c commit f35b384Copy full SHA for f35b384
src/preprocessor/noop.js
@@ -22,7 +22,8 @@ module.exports = {
22
};
23
msgs[0].message += '\n';
24
msgs[0].message +=
25
- 'To lint Gjs/Gts files please follow the setup guide at https://github.com/ember-cli/eslint-plugin-ember#gtsgjs';
+ 'To lint Gjs/Gts files please follow the setup guide at https://github.com/ember-cli/eslint-plugin-ember#gtsgjs' +
26
+ '\nNote that this error can also happen if you have multiple versions of ember-eslint-plugin in your node_modules';
27
}
28
parsedFiles.delete(fileName); // required for tests
29
return msgs;
0 commit comments