mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 11:48:16 +00:00
7 lines
104 B
JavaScript
7 lines
104 B
JavaScript
|
module.exports = {
|
||
|
semi: false,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
tabWidth: 4,
|
||
|
}
|