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 b9f13d1 + e790c8c commit 02c7f94Copy full SHA for 02c7f94
src/options_resolvers/ignore.js
@@ -16,7 +16,7 @@ export default function ignore(value/* , currentConfig */) {
16
return requiredOption;
17
}
18
19
- throw new Error(`Configuration file for 'generateScopedName' is not exporting a string nor a function`);
+ throw new Error(`Configuration file for 'ignore' is not exporting a string nor a function`);
20
} else if (isString(value)) {
21
return value;
22
} else {
0 commit comments