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

update to 0.81.4

This commit is contained in:
sunnylqm
2025-09-16 16:50:59 +08:00
parent 3732c196a1
commit 655f4c8cf5
13 changed files with 114 additions and 1022 deletions

View File

@@ -1,7 +1,5 @@
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};