mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
module.exports = {
|
|
bracketSpacing: false,
|
|
bracketSameLine: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
tabWidth: 4,
|
|
};
|