rome ci  <file, dir...>
Run the linter and formatter check on a set of files
Arguments
| Name | Description | 
|---|
file, dir | filepaths, folders | 
Options
| Name | Description | 
|---|
--formatter-enabled | Allow to enable or disable the formatter check | 
--linter-enabled | Allow to enable or disable the linter check | 
--organize-imports-enabled | Allow to enable or disable the organize imports | 
--max-diagnostics  <NUMBER> | Cap the amount of diagnostics displayed | 
--config-path  <dir...> | Set the filesystem path to the config dir of the rome.json file | 
--verbose | Print additional verbose advices on diagnostics | 
--indent-style  <style> | Change the indention character | 
--indent-size  <SIZE> | How many spaces should be used for indentation | 
--line-width  <width> | How many characters the formatter is allowed to print in a single line | 
--quote-style  <style> | Changes the quotation character for strings | 
--quote-properties  <property> | Changes when properties in object should be quoted | 
--trailing-comma  <trailing> | Changes trailing commas in multi-line comma-separated syntactic structures | 
--semicolons  <rule> | Changes when to print semicolons for statements |