mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-24 01:38:45 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
|
module.exports = {
|
||
|
bracketSpacing: false,
|
||
|
jsxBracketSameLine: true,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
};
|