mirror of
https://github.com/status-im/react-native-gifted-charts.git
synced 2025-02-22 16:48:07 +00:00
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
module.exports = {
|
|
bracketSpacing: false,
|
|
jsxBracketSameLine: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
arrowParens: 'avoid',
|
|
};
|