react-native-context-menu-view/example/.prettierrc.js
Brian Beckerle c69117dc9d
chore: update example app react native version (#82)
* 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
2023-05-18 10:44:19 -04:00

8 lines
141 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};