mirror of
https://github.com/go-task/task.git
synced 2026-06-29 07:34:18 +00:00
Configure Prettier for Markdown formatting (#1112)
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
module.exports = {
|
||||
trailingComma: 'none',
|
||||
singleQuote: true
|
||||
singleQuote: true,
|
||||
overrides: [
|
||||
{
|
||||
files: '*.md',
|
||||
options: {
|
||||
printWidth: 80,
|
||||
proseWrap: 'always'
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user