mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4e587a1b7d
Summary: Changelog: [General][Changed] - Upgraded to `prettier@^2.4.1`. Reviewed By: zertosh Differential Revision: D31854010 fbshipit-source-id: 6d7a2e758a3ddf7c758ceffb14d98eb93b0ce4b0
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
bracketSameLine: true,
|
|
bracketSpacing: false,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|