This linter plugin for Linter provides an interface to slim. It will be used with files that have the “Ruby Slim” syntax.
Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.
Before using this plugin, you must ensure that slimrb
is installed on your system. To install slimrb
, do the following:
Now you can proceed to install the linter-slim plugin.
$ apm install linter-slim
Settings can be configured from Atom's settings page in the packages section.
Available settings are:
slimrb
, for example /usr/bin/slimrb
. Leave at the default to use the system $PATH
to find itRun which slimrb
to find the path,
if you using rbenv run rbenv which slimrb
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.