We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ffdd4 commit db5340dCopy full SHA for db5340d
messages/config-plugin-missing.js
@@ -4,6 +4,8 @@ module.exports = function(it) {
4
const { pluginName, ruleId } = it;
5
6
return `
7
+A configuration object specifies rule "${ruleId}", but could not find plugin "${pluginName}".
8
+
9
Common causes of this problem include:
10
11
1. The "${pluginName}" plugin is not defined in your configuration file.
0 commit comments