From d7a955f103fcd8fd0d88d9369c4ac1b25fbf9c18 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Tue, 21 Jan 2025 08:18:12 +0000 Subject: [PATCH] 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. --- site-modules/core/files/vim/plugin/lint.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/site-modules/core/files/vim/plugin/lint.lua b/site-modules/core/files/vim/plugin/lint.lua index 250e3fc..59b0683 100644 --- a/site-modules/core/files/vim/plugin/lint.lua +++ b/site-modules/core/files/vim/plugin/lint.lua @@ -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