mirror of
https://github.com/zhigang1992/react-native-jsonschema-form.git
synced 2026-06-17 01:50:02 +08:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
module.exports = {
|
|
bracketSpacing: true,
|
|
jsxBracketSameLine: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|