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:
Ade Attwood 2025-01-21 08:18:12 +00:00
parent de1aefac38
commit d7a955f103

View file

@ -51,9 +51,6 @@ table.insert(lint.linters.cspell.args, "--")
table.insert(lint.linters.cspell.args, "stdin") table.insert(lint.linters.cspell.args, "stdin")
lint.linters.eslint = eslint_linter 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 = {} lint.linters_by_ft = {}
if vim.fn.executable "phpcs" == 1 then if vim.fn.executable "phpcs" == 1 then