Cleaned repo

This commit is contained in:
Damien Broqua 2021-01-07 20:55:13 +01:00
parent 3b8120d1e4
commit a303c9816f
62 changed files with 3 additions and 3727 deletions

View file

@ -0,0 +1,4 @@
" Fix files with prettier, and then ESLint.
let b:ale_fixers = ['prettier', 'eslint']
" Equivalent to the above.
let b:ale_fixers = {'javascript': ['prettier', 'eslint']}