mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
Erica Marigold
9dd820d804
* 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.
6 lines
No EOL
62 B
Text
6 lines
No EOL
62 B
Text
{
|
|
"languageMode": "strict",
|
|
"lint": {
|
|
"*": false
|
|
}
|
|
} |