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:
423 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | module.exports = function(it) {
|
---|
4 | const { configName, importerName } = it;
|
---|
5 |
|
---|
6 | return `
|
---|
7 | ESLint couldn't find the config "${configName}" to extend from. Please check that the name of the config is correct.
|
---|
8 |
|
---|
9 | The config "${configName}" was referenced from the config file in "${importerName}".
|
---|
10 |
|
---|
11 | If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
|
---|
12 | `.trimStart();
|
---|
13 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.