mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-02-15 23:45:12 -05:00
* fix: Move rust code to apps/hubble, @farcaster/core to PureJS * changeset * cleanup * lint * fix path for tests
21 lines
468 B
JSON
21 lines
468 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/abstract-leveldown.d.ts", "src/rocksdb.d.ts"]
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
},
|
|
"ignore": ["src/abstract-leveldown.d.ts", "src/rocksdb.d.ts", "src/addon/*"]
|
|
}
|
|
}
|