botbook/node_modules/wait-on/.prettierrc.js

7 lines
102 B
JavaScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
module.exports = {
tabWidth: 2,
singleQuote: true,
printWidth: 120,
trailingComma: 'none',
};