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