Merge pull request #1287 from rhysd/prettier-markdown

Enable prettier to format markdown files
This commit is contained in:
w0rp
2018-01-19 17:16:00 +00:00
committed by GitHub
4 changed files with 10 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ let s:default_registry = {
\ },
\ 'prettier': {
\ 'function': 'ale#fixers#prettier#Fix',
\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'css', 'scss', 'less'],
\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'css', 'scss', 'less', 'markdown'],
\ 'description': 'Apply prettier to a file.',
\ },
\ 'prettier_eslint': {