Sha256: 6391e1bce83f1b307393eb96e31278ac0896b5870b8b4018d3c559cf2f19fccc

Contents?: true

Size: 272 Bytes

Versions: 6

Compression:

Stored size: 272 Bytes

Contents

"use strict";

module.exports = function(it) {
    const { pattern, globDisabled } = it;

    return `
No files matching the pattern "${pattern}"${globDisabled ? " (with disabling globs)" : ""} were found.
Please check for typing mistakes in the pattern.
`.trimLeft();
};

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-0.27.1 packages/webpacker/node_modules/eslint/messages/file-not-found.js
decidim-0.26.4 packages/webpacker/node_modules/eslint/messages/file-not-found.js
decidim-0.27.0 packages/webpacker/node_modules/eslint/messages/file-not-found.js
decidim-0.26.3 packages/webpacker/node_modules/eslint/messages/file-not-found.js
decidim-0.27.0.rc2 packages/webpacker/node_modules/eslint/messages/file-not-found.js
decidim-0.27.0.rc1 packages/webpacker/node_modules/eslint/messages/file-not-found.js