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