Sha256: e842673aea55f8d81b1ec7d142e7183588ecbb7258bf23109b48623ad47f4e36

Contents?: true

Size: 423 Bytes

Versions: 62

Compression:

Stored size: 423 Bytes

Contents

"use strict";

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

    return `
ESLint couldn't find the config "${configName}" to extend from. Please check that the name of the config is correct.

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

If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
`.trimStart();
};

Version data entries

62 entries across 52 versions & 2 rubygems

Version Path
immosquare-cleaner-0.1.6 node_modules/eslint/messages/extend-config-missing.js
decidim-0.26.8 packages/eslint-config/node_modules/eslint/messages/extend-config-missing.js