Add all possible config files for prettier
Prettier uses cosmiconfig, and therefore it is possible to add different extensions to the config file. More information can be found here: https://github.com/prettier/prettier#configuration-file.
This commit is contained in:
parent
3ab414de1a
commit
a300014396
@ -10,6 +10,10 @@ call ale#Set('javascript_prettier_options', '')
|
||||
function! s:FindConfig(buffer) abort
|
||||
for l:filename in [
|
||||
\ '.prettierrc',
|
||||
\ '.prettierrc.json',
|
||||
\ '.prettierrc.yaml',
|
||||
\ '.prettierrc.yml',
|
||||
\ '.prettierrc.js',
|
||||
\ 'prettier.config.js',
|
||||
\ 'package.json',
|
||||
\ ]
|
||||
|
Loading…
Reference in New Issue
Block a user