〔备忘〕常用.jshintrc

发布于:2023-05-25 ⋅ 阅读:(69) ⋅ 点赞:(0)
{
    // Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
    // Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
    // Documentation: http://www.jshint.com/docs/options/

    "asi": true,
    "browser": true,
    "node": true,
    "jquery": true,
    "esnext": true,
    "strict": false,
    "globalstrict": true,
    "quotmark": true,
    "undef": true,
    "unused": true,
    "scripturl": true,
    "globals": {
        "define": false,
        "module": true,
        "export": true,
        "console": false
    }
}

网站公告

今日签到

点亮在社区的每一天
去签到