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