mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-29 06:57:59 -05:00
* refactor: move bytes and errors to packages * remove shard strategy * try fixing ci again
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
};
|