fc-remote-invoke2/.prettierrc.js

9 lines
140 B
JavaScript
Raw Normal View History

2021-06-01 15:29:39 +08:00
module.exports = {
printWidth: 150,
tabWidth: 2,
semi: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'always',
};