tauri/.prettierrc.js

6 lines
81 B
JavaScript
Raw Normal View History

module.exports = {
singleQuote: true,
semi: false,
trailingComma: 'none'
}