ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

cslint

by molee1905 ST3 Mac

cslint for sublime text 3

Details

Installs

  • Total 47
  • Win 0
  • Mac 47
  • Linux 0
Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

cslint for sublime text 3

A plugin to lint and format js and css/scss for sublime text3 base on cslint

Installation

With Package Control:

Run “Package Control: Install Package” command, find and install cslint plugin.

Manually:

Clone or download git repo into your packages folder (in ST3, find Browse Packages… menu item to open this folder)

$ git clone git@github.com:cslint/sublime-cslint.git

Usage

First of all, make sure cslint has been installed, and cslint path is in cslint.sublime-settings which looks like below: (Preferences->Package Settings->cslint->Settings-User)

{
    "node_bin": "/usr/local/bin/node",
    "cslint_bin": "/usr/local/bin/cslint",
    "show_popup": false
  }
1. lint automatically
 2. press `ctrl+cmd+f` to format

screenshot

Tips: for now, this plugin only works on st3 and OS X

License

MIT