feat(node): switch to TS config for eslint

This commit is contained in:
matt1432 2024-09-12 10:42:35 -04:00
parent 72cdffbedf
commit a7d8dfbc69
7 changed files with 161 additions and 254 deletions
common/home/neovim/langs

View file

@ -107,6 +107,9 @@ in
workingDirectory = {
mode = 'location',
},
options = {
flags = {'unstable_ts_config'},
},
},
});