8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
|
module.exports = {
|
||
|
printWidth: 120,
|
||
|
parser: 'typescript',
|
||
|
singleQuote: true,
|
||
|
tabWidth: 2,
|
||
|
trailingComma: 'all'
|
||
|
};
|