---@type ToolchainDiagnostics return { plugins = {}, setup = function(null_ls) return { null_ls.builtins.diagnostics.stylelint, } end, }