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