mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
|
module.exports = {
|
||
|
trailingComma: 'es5',
|
||
|
singleQuote: true,
|
||
|
};
|