This package will lint your .erb
opened files in Atom through erb -x.
- Install ruby
$ apm install language-ruby
(if you don't have language-ruby installed)$ apm install linter
(if you don't have linter installed)$ apm install linter-erb
You can configure linter-erb by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):
'linter-erb':
'erbExecutablePath': null # erb path. run 'which erb' to find the path