mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 05:31:37 +08:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
bracketSameLine: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|