refactor: lint and dap

This commit is contained in:
Fabio Lenherr 2022-10-12 22:03:34 +02:00
parent a9cb122592
commit 7785311043
46 changed files with 2453 additions and 0 deletions

4
nivm/settings/lint.lua Normal file
View file

@ -0,0 +1,4 @@
require('lint').linters_by_ft = {
javascript = {'eslint',},
react = {'eslint',},
}