9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
module.exports = {
|
|
printWidth: 85,
|
|
parser: 'typescript',
|
|
semi: false,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
arrowParens: 'avoid',
|
|
}
|