/SublimeLinter-rome

SublimeLinter plugin to provide an interface to Rome

Primary LanguagePythonMIT LicenseMIT

SublimeLinter-rome

Build Status

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.

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 rome is installed on your system, or in your project.

To install rome, do the following:

  • Install Node.js (and npm on Linux).

  • Install rome globally by typing the following in a terminal:

npm install -g rome
  • Or install rome locally in your project folder (you must have a package.json file there):
npm install -D rome

Settings