Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 556 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 556 Bytes

CSS

We use sass-lint from Sass Tools to lint PHP. Currently configs must be defined at a project level.

Installing the linter

The easiest way is to use the tool in the root of this repository:

./install.sh

Configuring PHPStorm

This will be automatic provided the Shed code style is being used.

Configuring Sublime

  1. Ensure Package Control is installed
  2. Ensure SublimeLinter package is installed
  3. Install SublimeLinter-contrib-sass-lint package

Configuring Atom

  1. On the CLI type apm install linter-sass-lint