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