mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-02-11 21:45:09 -05:00
* chore: add rome config files * chore: add rome into configs and ci * chore: remove eslint annotations * chore: update annotations for rome ignores * chore: remove prettier
21 lines
395 B
JSON
21 lines
395 B
JSON
{
|
|
"$schema": "https://docs.rome.tools/schemas/12.1.3/schema.json",
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentSize": 2,
|
|
"indentStyle": "space",
|
|
"lineWidth": 120,
|
|
"ignore": ["src/generated/*.ts"]
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
},
|
|
"ignore": ["src/generated/*.ts"]
|
|
}
|
|
}
|