1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 14:05:17 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

添加prettier配置

This commit is contained in:
sunnylqm
2019-04-14 13:30:41 +08:00
parent 122ce813db
commit a17ce21718

5
.prettierrc.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
printWidth: 120,
trailingComma: 'all',
singleQuote: true,
};