mirror of
https://github.com/dense-analysis/ale
synced 2025-01-11 17:09:29 +00:00
Add support for .eslintrc.cjs (#4742)
This commit is contained in:
parent
4d132b3ffa
commit
5a8287e676
@ -19,6 +19,7 @@ function! ale#handlers#eslint#FindConfig(buffer) abort
|
||||
for l:path in ale#path#Upwards(expand('#' . a:buffer . ':p:h'))
|
||||
for l:basename in [
|
||||
\ '.eslintrc.js',
|
||||
\ '.eslintrc.cjs',
|
||||
\ '.eslintrc.yaml',
|
||||
\ '.eslintrc.yml',
|
||||
\ '.eslintrc.json',
|
||||
|
Loading…
Reference in New Issue
Block a user