This website requires JavaScript.
Explore
Help
Register
Sign in
pesde-pkg
/
tooling
Watch
1
Star
1
Fork
You've already forked tooling
0
mirror of
https://github.com/pesde-pkg/tooling.git
synced
2024-12-12 07:10:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5b1a25bd53
tooling
/
.luaurc
6 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
init: initial binlib logic and demo lune package
2024-11-21 10:37:38 +00:00
{
chore(lune): include lune dev scripts * Adds dev lune scripts to execute tooling in dev env, also a nice way to dogfood the project. * Disables all lints in luaurc temporarily, since luau-lsp analysis displays lint errors even for ignored files for some reason. * Fixes a few `TypeError`s.
2024-11-25 06:23:39 +00:00
"languageMode": "strict",
"lint": {
"*": false
}
init: initial binlib logic and demo lune package
2024-11-21 10:37:38 +00:00
}
Reference in a new issue
Copy permalink