Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.06 KB

readme.md

File metadata and controls

31 lines (16 loc) · 1.06 KB

SublimeLinter-contrib-alex

This linter plugin for SublimeLinter provides an interface to Alex. It will be used with files that have the "Plain text" & "Markdown" syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please use Package Control to install the linter plugin.

Before installing this plugin, you must ensure that alex is installed on your system:

$ npm install --global alex

In order for alex to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. The docs cover troubleshooting PATH configuration.

Settings

License

MIT © Sindre Sorhus