Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
14
Frontend-Learner/node_modules/eslint/messages/config-plugin-missing.js
generated
vendored
Normal file
14
Frontend-Learner/node_modules/eslint/messages/config-plugin-missing.js
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
"use strict";
|
||||
|
||||
module.exports = function (it) {
|
||||
const { pluginName, ruleId } = it;
|
||||
|
||||
return `
|
||||
A configuration object specifies rule "${ruleId}", but could not find plugin "${pluginName}".
|
||||
|
||||
Common causes of this problem include:
|
||||
|
||||
1. The "${pluginName}" plugin is not defined in your configuration file.
|
||||
2. The "${pluginName}" plugin is not defined within the same configuration object in which the "${ruleId}" rule is applied.
|
||||
`.trimStart();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue