.luaurc
Luau language configuration file
| Type | object |
|---|---|
| File match |
.luaurc
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/luaurc/latest.json |
| Source | https://www.schemastore.org/luaurc.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
languageMode
string
lintErrors
boolean
typeErrors
boolean
globals
string[]
aliases
object
lint
object
30 nested properties
*
boolean
UnknownGlobal
boolean
DeprecatedGlobal
boolean
GlobalUsedAsLocal
boolean
LocalShadow
boolean
SameLineStatement
boolean
MultiLineStatement
boolean
LocalUnused
boolean
FunctionUnused
boolean
ImportUnused
boolean
BuiltinGlobalWrite
boolean
PlaceholderRead
boolean
UnreachableCode
boolean
UnknownType
boolean
ForRange
boolean
UnbalancedAssignment
boolean
ImplicitReturn
boolean
DuplicateLocal
boolean
FormatString
boolean
TableLiteral
boolean
UninitializedLocal
boolean
DuplicateFunction
boolean
DeprecatedApi
boolean
TableOperations
boolean
DuplicateCondition
boolean
MisleadingAndOr
boolean
CommentDirective
boolean
IntegerParsing
boolean
ComparisonPrecedence
boolean
RedundantNativeAttribute
boolean