image.png
    Unexpected console statement no-console
    配置规则:
    “no-console”: 0

    image.png
    Expected linebreaks to be ‘LF’ but found ‘CRLF’ linebreak-style
    (回车符默认是LFmac风格;CRLF是windows风格)
    配置规则:
    “linebreak-style”: [“error”,”windows”]

    image.png
    Missing semicolon semi
    配置规则:加上分号即可