mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 13:11:39 +08:00
6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
module.exports = {
|
|
printWidth: 120,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
};
|