From 22cfe4b28e8bb5173624f69ac6bb2803d8653a12 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 6 Jan 2024 22:34:39 +0100 Subject: [PATCH] fix(lint): allow mixed table (#150) --- selene.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selene.toml b/selene.toml index 1af70fb..9cb4206 100644 --- a/selene.toml +++ b/selene.toml @@ -1 +1,4 @@ std="lua51+nvim_selene" + +[lints] +mixed_table = "allow"