chore(vim): remove eslint flags unstable_ts_config
This is no longer needed, in the eslint version we are using at work this is now stable.
This commit is contained in:
parent
de1aefac38
commit
d7a955f103
1 changed files with 0 additions and 3 deletions
|
|
@ -51,9 +51,6 @@ table.insert(lint.linters.cspell.args, "--")
|
|||
table.insert(lint.linters.cspell.args, "stdin")
|
||||
|
||||
lint.linters.eslint = eslint_linter
|
||||
table.insert(lint.linters.eslint.args, 1, "--flag")
|
||||
table.insert(lint.linters.eslint.args, 2, "unstable_ts_config")
|
||||
|
||||
lint.linters_by_ft = {}
|
||||
|
||||
if vim.fn.executable "phpcs" == 1 then
|
||||
|
|
|
|||
Loading…
Reference in a new issue