文件操作 - plugin-conflict.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/eslint/messages/plugin-conflict.js
编辑文件内容
"use strict"; module.exports = function(it) { const { pluginId, plugins } = it; let result = `ESLint couldn't determine the plugin "${pluginId}" uniquely. `; for (const { filePath, importerName } of plugins) { result += ` - ${filePath} (loaded in "${importerName}")`; } result += ` Please remove the "plugins" setting from either config or remove either plugin installation. If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting. `; return result; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件