8 lines
125 B

5 months ago
set formatoptions-=r
set formatoptions-=c
set formatoptions-=o
let b:ale_linters = {
\ 'javascript': ['eslint'],
\ }