Unexpected console statement no-console
配置规则:
“no-console”: 0
Expected linebreaks to be ‘LF’ but found ‘CRLF’ linebreak-style
(回车符默认是LFmac风格;CRLF是windows风格)
配置规则:
“linebreak-style”: [“error”,”windows”]
Missing semicolon semi
配置规则:加上分号即可