mirror of
https://github.com/go-task/task.git
synced 2026-06-15 11:51:41 +00:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
trailingComma: 'none',
|
|
singleQuote: true
|
|
};
|