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

@@ -1735,6 +1735,7 @@ g:ale_linter_aliases
{
\ 'Dockerfile': 'dockerfile',
\ 'bash': 'sh',
\ 'csh': 'sh',
\ 'javascriptreact': ['javascript', 'jsx'],
\ 'plaintex': 'tex',