2
0
mirror of https://github.com/status-im/status-react.git synced 2025-01-24 09:49:51 +00:00
2022-09-05 15:58:35 +08:00

8 lines
142 B
JavaScript

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