This linter plugin for SublimeLinter provides an interface to rome. It will be used with files that have the “JavaScript” and "TypeScript" syntaxes. As Rome adds support for other languages, support will be added here. Use the "selector" setting to control for which languages this plugin is used.
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 rome
is installed on your system, or in your project.
To install rome
, do the following:
npm install -g rome
- Or install
rome
locally in your project folder (you must have apackage.json
file there):
npm install -D rome
- SublimeLinter settings: http://sublimelinter.readthedocs.org/en/latest/settings.html
- Linter settings: http://sublimelinter.readthedocs.org/en/latest/linter_settings.html