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