nvim: Autofix SCSS with Prettier
This commit is contained in:
parent
17ac08843c
commit
af06985877
1 changed files with 3 additions and 0 deletions
|
|
@ -204,6 +204,9 @@ let g:ale_fixers = {
|
|||
\ 'rust': [
|
||||
\ 'rustfmt',
|
||||
\ ],
|
||||
\ 'scss': [
|
||||
\ 'prettier',
|
||||
\ ],
|
||||
\ 'typescript': [
|
||||
\ 'prettier',
|
||||
\ ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue