6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
export default {
|
|
printWidth: 120,
|
|
singleQuote: true,
|
|
quoteProps: 'consistent',
|
|
};
|