rome ci <file, dir...>

Run the linter and formatter check on a set of files

Arguments

NameDescription
file, dirfilepaths, folders

Options

NameDescription
--formatter-enabledAllow to enable or disable the formatter check
--linter-enabledAllow to enable or disable the linter check
--organize-imports-enabledAllow 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
--verbosePrint 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