9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
module.exports = {
|
|
quoteProps: 'consistent',
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
printWidth: 80,
|
|
useTabs: false,
|
|
bracketSpacing: true,
|
|
};
|