Add bash to the linter aliases (#4948)

This commit is contained in:
Jean-Philippe Guérard
2025-04-16 04:28:32 +02:00
committed by GitHub
parent 366de225fd
commit aac34cd45a
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ let s:linters = {}
" NOTE: Update the g:ale_linter_aliases documentation when modifying this.
let s:default_ale_linter_aliases = {
\ 'Dockerfile': 'dockerfile',
\ 'bash': 'sh',
\ 'csh': 'sh',
\ 'javascriptreact': ['javascript', 'jsx'],
\ 'plaintex': 'tex',