1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-19 03:12:35 +00:00
2024-05-21 21:00:22 -04:00

8 lines
141 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};