Sublime Forum

Custom build files for csslint and jslint

#1

Hello,

How can I make build files for these 2 packges? Right now I can do ctrl+j for sublime-jslint and ctrl+alt+c for csslint but I’d like to just be able to press F7 for both css and js files. I’ve tried the following build file but it does not work

{
    "cmd": "csslint"
}

thanks…

0 Likes