1 2 3 4 5 6 7 8 9module.exports = { printWidth: 100, parser: "typescript", semi: false, singleQuote: true, trailingComma: "all", arrowParens: "avoid", };
1 2 3 4 5 6 7 8 9
module.exports = { printWidth: 100, parser: "typescript", semi: false, singleQuote: true, trailingComma: "all", arrowParens: "avoid", };