mirror of
https://github.com/status-im/keycard-exit.git
synced 2025-01-10 10:55:45 +00:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
|
module.exports = {
|
||
|
arrowParens: 'avoid',
|
||
|
bracketSameLine: true,
|
||
|
bracketSpacing: false,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
};
|