Files
hub-monorepo/.prettierrc.cjs
Paul Fletcher-Hill b641f59a42 refactor: move bytes and errors to packages (#381)
* refactor: move bytes and errors to packages

* remove shard strategy

* try fixing ci again
2023-01-04 12:54:44 -05:00

9 lines
133 B
JavaScript

module.exports = {
semi: true,
trailingComma: 'es5',
singleQuote: true,
printWidth: 120,
tabWidth: 2,
useTabs: false,
};