error: Expected linebreaks to be ‘LF’ but found ‘CRLF’

這就是eslint的報錯了,可能是原作者用的事linux系統。 只需在eslintrc文件裏面將 /*eslint linebreak-style: ["error", "unix"]*/ 改成 /*eslint linebreak-style: ["error", "windows"]*/(我用的是windows): 或者   'linebreak-style': ["off", "window
相關文章
相關標籤/搜索