Sha256: 6bc0acc8146cf3d0eb4fbda3b351a52c9d09e75d702ff6f2e0502debc16e05ea
Contents?: true
Size: 422 Bytes
Versions: 6
Compression:
Stored size: 422 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. `.trimLeft(); };
Version data entries
6 entries across 6 versions & 1 rubygems