Files
blb-throne-of-the-bone-king/.prettierrc.js
T

6 lines
91 B
JavaScript
Raw Normal View History

module.exports = {
arrowParens: 'avoid',
singleQuote: true,
trailingComma: 'all',
};