Duplicated from TwanAPI/test
7f94664
1
2
3
4
5
6
7
8
9
// prettier.config.js module.exports = { semi: true, singleQuote: true, trailingComma: 'none', printWidth: 100, tabWidth: 2, };