mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 21:13:09 +00:00
* Update .env * chore: format code and clean up dependencies * refactor: extract BeePair * feat: get traffic-gen to work with new endpoints * docs: fix parameter names in jsdoc * fix: fix bee endpoints * fix: add prettier and fix endpoints * fix: fix build param names * docs: fix docs * refactor: bee-cleanup for containers as well Co-authored-by: nugaon <toth.viktor.levente@gmail.com>
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf",
|
|
"arrowParens": "avoid",
|
|
"proseWrap": "always"
|
|
}
|