mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ba7424d4d2
Summary: Changelog: [Internal] Reviewed By: zertosh Differential Revision: D31745469 fbshipit-source-id: b930e4aefd8d21021b7c43a48ee84d0546fb56eb
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
bracketSpacing: false,
|
|
jsxBracketSameLine: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|