如何关闭“prettier/prettier“的警告 Hyinglin 2023-04-12 776 阅读1分钟 如何关闭"prettier/prettier"的警告 找到项目里的.eslintrc.js文件,在rules里面添加一句"prettier/prettier": "off",重启项目;