Sha256: 6ee215721c0b639eed8d7a263512ec2f393d918847d26ca078fb239955e526c5
Contents?: true
Size: 391 Bytes
Versions: 62
Compression:
Stored size: 391 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. `.trimStart(); };
Version data entries
62 entries across 52 versions & 2 rubygems