diff --git a/aftman.toml b/aftman.toml index 4441174..960f8ea 100644 --- a/aftman.toml +++ b/aftman.toml @@ -1,4 +1,3 @@ [tools] luau-lsp = "JohnnyMorganz/luau-lsp@1.29.1" -selene = "Kampfkarren/selene@0.27.1" stylua = "JohnnyMorganz/StyLua@0.20.0" diff --git a/selene.toml b/selene.toml deleted file mode 100644 index 4ee41a8..0000000 --- a/selene.toml +++ /dev/null @@ -1,6 +0,0 @@ -std = "luau+lune" - -exclude = ["luneTypes.d.luau"] - -[lints] -high_cyclomatic_complexity = "warn"