Full upgrade to react native v0.68.3 for Android
This commit is contained in:
+5
-2
@@ -1,4 +1,7 @@
|
||||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
bracketSameLine: true,
|
||||
bracketSpacing: false,
|
||||
singleQuote: true,
|
||||
semi: false,
|
||||
}
|
||||
trailingComma: 'all',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user