linter-slim Archived: ... Source Code has been archived

Lint Slim on the fly

AtomLinter

8,984

40

2.0.0

MIT

GitHub

This package provides the following services:

linter-slim

This linter plugin for Linter provides an interface to slim. It will be used with files that have the “Ruby Slim” syntax.

Installation

Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.

slim installation

Before using this plugin, you must ensure that slimrb is installed on your system. To install slimrb, do the following:

  1. Install ruby.

  2. Install slim by typing the following in a terminal:

    gem install slim
    

Now you can proceed to install the linter-slim plugin.

Plugin installation

$ apm install linter-slim

Settings

Settings can be configured from Atom's settings page in the packages section.

Available settings are:

Run which slimrb to find the path, if you using rbenv run rbenv which slimrb