erratic-gate/.prettierrc.js

7 lines
108 B
JavaScript
Raw Normal View History

module.exports = {
semi: false,
trailingComma: 'none',
singleQuote: true,
printWidth: 80,
tabWidth: 4
}