* react native upgrade changes sans project file * project updates to get it running * use absolute paths to get watchman working * add Gemfile and lockfile * add missed build phase change * pod churn * android upgrade issues
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
bracketSameLine: true,
|
|
bracketSpacing: false,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|