Sha256: 434779d04603dc3bd42dc589d60248fc05cf8fb3426c0b632932aa187d212678

Contents?: true

Size: 390 Bytes

Versions: 6

Compression:

Stored size: 390 Bytes

Contents

"use strict";

module.exports = function(it) {
    const { pluginName } = it;

    return `
ESLint couldn't find the plugin "${pluginName}". because there is whitespace in the name. Please check your configuration and remove all whitespace from the plugin name.

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/whitespace-found.js
decidim-0.26.4 packages/webpacker/node_modules/eslint/messages/whitespace-found.js
decidim-0.27.0 packages/webpacker/node_modules/eslint/messages/whitespace-found.js
decidim-0.26.3 packages/webpacker/node_modules/eslint/messages/whitespace-found.js
decidim-0.27.0.rc2 packages/webpacker/node_modules/eslint/messages/whitespace-found.js
decidim-0.27.0.rc1 packages/webpacker/node_modules/eslint/messages/whitespace-found.js