Repository URL to install this package:
|
Version:
1.3.7 ▾
|
const config = {
arrowParens: 'avoid',
bracketSpacing: true,
bracketSameLine: false,
jsxSingleQuote: false,
printWidth: 80,
quoteProps: 'as-needed',
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
useTabs: false,
};
export default config;