make prettier options enabled
This commit is contained in:
parent
6fe8105a0e
commit
5d32366616
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ function! ale#handlers#prettier#Fix(buffer, lines) abort
|
|||
return {
|
||||
\ 'command': ale#Escape(ale#handlers#prettier#GetExecutable(a:buffer))
|
||||
\ . ' %t'
|
||||
\ . ' ' . ale#Escape(l:options)
|
||||
\ . ' ' . l:options
|
||||
\ . ' --write',
|
||||
\ 'read_temporary_file': 1,
|
||||
\}
|
||||
|
|
|
@ -18,7 +18,7 @@ function! ale#handlers#prettier_eslint#Fix(buffer, lines) abort
|
|||
return {
|
||||
\ 'command': ale#Escape(ale#handlers#prettier_eslint#GetExecutable(a:buffer))
|
||||
\ . ' %t'
|
||||
\ . ' ' . ale#Escape(l:options)
|
||||
\ . ' ' . l:options
|
||||
\ . ' --write',
|
||||
\ 'read_temporary_file': 1,
|
||||
\}
|
||||
|
|
Reference in a new issue