javascript - sublimeLinter 安装完后不起作用 配置如下
ringa_lee
ringa_lee 2017-04-10 15:51:09
[JavaScript讨论组]

{

"user": {
    "csslint_options": {
        "adjoining-classes": false,
        "box-model": false,
        "box-sizing": false,
        "compatible-vendor-prefixes": false,
        "floats": false,
        "font-sizes": false,
        "gradients": false,
        "important": false,
        "known-properties": false,
        "outline-none": false,
        "qualified-headings": false,
        "regex-selectors": false,
        "shorthand": false,
        "text-indent": false,
        "unique-headings": false,
        "universal-selector": false,
        "unqualified-attributes": false
    },
    "debug": true,
    "delay": 0.25,
    "error_color": "D02000",
    "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
    "gutter_theme_excludes": [],
    "jshint_options": {
        "browser": true,
        "curly": true,
        "devel": true,
        "eqeqeq": true,
        "evil": true,
        "forin": true,
        "globals": {
            "$": true,
            "console": true,
            "document": true,
            "global": true,
            "grunt": true,
            "jQuery": true,
            "module": true,
            "setInterval": true,
            "setTimeout": true,
            "window": true
        },
        "jquery": true,
        "latedef": true,
        "noarg": true,
        "noempty": true,
        "quotmark": "single",
        "strict": false,
        "undef": true,
        "unused": "vars",
        "wsh": true
    },
    "lint_mode": "background",
    "linters": {},
    "mark_style": "outline",
    "no_column_highlights_line": false,
    "passive_warnings": false,
    "paths": {
        "linux": [],
        "osx": [],
        "windows": ["C:/Users/Administrator/AppData/Roaming/npm"]
    },
    "python_paths": {
        "linux": [],
        "osx": [],
        "windows": []
    },
    "rc_search_limit": 3,
    "shell_timeout": 10,
    "show_errors_on_save": false,
    "show_marks_in_minimap": true,
    "sublimelinter": "save-only",
    "sublimelinter_executable_map": {
        "css": "C:/Program Files/nodejs/node.exe",
        "javascript": "C:/Program Files/nodejs/node.exe"
    },
    "sublimelinter_popup_errors_on_save": true,
    "syntax_map": {
        "html (django)": "html",
        "html (rails)": "html",
        "html 5": "html",
        "javascript (babel)": "javascript",
        "php": "html",
        "python django": "python"
    },
    "warning_color": "DDB700",
    "wrap_find": true
}

}

ringa_lee
ringa_lee

ringa_lee

全部回复(1)
高洛峰

安装完sublime-inter,你还需要需要安装你具体要审查的linter。例如,你要审查js代码,那你需要安装 sublimelinter-jshint,并安装 jshint 模块

npm install jshint -g
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号