Skip to content

Commit

Permalink
fixing the linter config from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonaasan committed Sep 27, 2024
1 parent 8fd5b78 commit 257d08c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
std = {
globals = {
thirdpartyenabled = {},
tech = {},
sl = {
fields = {
Expand All @@ -12,9 +13,7 @@ std = {
}
},
_ENV = {
fields = {
other_fields = true
}
other_fields = true
},
jsize = {},
_textInputActive = {},
Expand Down

0 comments on commit 257d08c

Please sign in to comment.