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

cslint

by molee1905 ST3 Mac

cslint for sublime text 3

Details

Installs

  • Total 56
  • Win 0
  • Mac 56
  • Linux 0
May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24
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 1 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