react-native-camera-kit/example/.prettierrc.js
2025-01-07 14:41:57 +01:00

14 lines
258 B
JavaScript

module.exports = {
arrowParens: 'always',
bracketSameLine: true,
tabs: false,
tabWidth: 2,
bracketSpacing: true,
singleQuote: true,
trailingComma: 'all',
printWidth: 120,
semi: true,
jsxBracketSameLine: false,
jsxSingleQuote: false,
};