mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 06:44:18 +08:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
module.exports = {
|
|
trailingComma: "all",
|
|
semi: false,
|
|
arrowParens: "avoid",
|
|
singleQuote: false,
|
|
}
|