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