Simon Zünd | 52e2020 | 2021-06-16 06:34:28 | [diff] [blame] | 1 | "use strict"; |
2 | |||||
Nikolay Vitkov | d38bb9f | 2025-04-22 17:21:37 | [diff] [blame] | 3 | module.exports = function (it) { |
4 | const { pluginName } = it; | ||||
Simon Zünd | 52e2020 | 2021-06-16 06:34:28 | [diff] [blame] | 5 | |
Nikolay Vitkov | d38bb9f | 2025-04-22 17:21:37 | [diff] [blame] | 6 | return ` |
Simon Zünd | 52e2020 | 2021-06-16 06:34:28 | [diff] [blame] | 7 | 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. |
8 | |||||
9 | If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. | ||||
Jack Franklin | 3710bbf | 2022-04-21 08:31:20 | [diff] [blame] | 10 | `.trimStart(); |
Simon Zünd | 52e2020 | 2021-06-16 06:34:28 | [diff] [blame] | 11 | }; |