Sha256: b82349b487292567fdf6831a804566e92f4d2779a35dab973429e1e2b77386e5

Contents?: true

Size: 661 Bytes

Versions: 6

Compression:

Stored size: 661 Bytes

Contents

"use strict";

module.exports = function(it) {
    const { configName, importerName } = it;

    return `
"${configName}" is invalid syntax for a config specifier.

* If your intention is to extend from a configuration exported from the plugin, add the configuration name after a slash: e.g. "${configName}/myConfig".
* If this is the name of a shareable config instead of a plugin, remove the "plugin:" prefix: i.e. "${configName.slice("plugin:".length)}".

"${configName}" was referenced from the config file in "${importerName}".

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
`.trimLeft();
};

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-0.27.1 packages/webpacker/node_modules/eslint/messages/plugin-invalid.js
decidim-0.26.4 packages/webpacker/node_modules/eslint/messages/plugin-invalid.js
decidim-0.27.0 packages/webpacker/node_modules/eslint/messages/plugin-invalid.js
decidim-0.26.3 packages/webpacker/node_modules/eslint/messages/plugin-invalid.js
decidim-0.27.0.rc2 packages/webpacker/node_modules/eslint/messages/plugin-invalid.js
decidim-0.27.0.rc1 packages/webpacker/node_modules/eslint/messages/plugin-invalid.js