Skip to content

Commit

Permalink
chore: Set up Rome.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Jun 21, 2023
1 parent b2b50bd commit 76fe195
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions rome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.rome.tools/schemas/12.1.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"all": true
}
},
"formatter": {
"enabled": true,
"formatWithErrors": true,
"indentSize": 2,
"indentStyle": "tab",
"lineWidth": 120
}
}

0 comments on commit 76fe195

Please sign in to comment.