main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
391 bytes
|
Rev | Line | |
---|
[d565449] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | module.exports = function(it) {
|
---|
| 4 | const { pluginName } = it;
|
---|
| 5 |
|
---|
| 6 | return `
|
---|
| 7 | ESLint couldn't find the plugin "${pluginName}". because there is whitespace in the name. Please check your configuration and remove all whitespace from the plugin name.
|
---|
| 8 |
|
---|
| 9 | If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
|
---|
| 10 | `.trimStart();
|
---|
| 11 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.