mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: eslint_d for vue, astro and sevelte
This commit is contained in:
parent
d9702eb157
commit
b2404fbb67
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ return {
|
||||||
local addnew = {
|
local addnew = {
|
||||||
["typescriptreact"] = "eslint_d",
|
["typescriptreact"] = "eslint_d",
|
||||||
["javascriptreact"] = "eslint_d",
|
["javascriptreact"] = "eslint_d",
|
||||||
|
["javascript.jsx"] = "eslint_d",
|
||||||
|
["typescript.tsx"] = "eslint_d",
|
||||||
|
["vue"] = "eslint_d",
|
||||||
|
["sevelte"] = "eslint_d",
|
||||||
|
["astro"] = "eslint_d",
|
||||||
}
|
}
|
||||||
|
|
||||||
local ignore = {
|
local ignore = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue