Skip to content

Instantly share code, notes, and snippets.

@Adophilus
Created August 20, 2023 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adophilus/45a463e277fc8e1d9678c89b4452d05a to your computer and use it in GitHub Desktop.
Save Adophilus/45a463e277fc8e1d9678c89b4452d05a to your computer and use it in GitHub Desktop.
Sample Rome config file
{
"$schema": "./node_modules/rome/configuration_schema.json",
"formatter": {
"enabled": true
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"trailingComma": "none"
}
},
"organizeImports": {
"enabled": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment