dotfiles/.luacheckrc

9 lines
137 B
Text
Raw Permalink Normal View History

---@diagnostic disable: undefined-global
return {
exclude_files = {
".direnv/*",
"result/*",
},
max_line_length = false,
}