1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/docs/prettier.config.js

5 lines
67 B
JavaScript
Raw Normal View History

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