DefinitelyTyped/types/luaparse/tslint.json
thomasfn ef685c5a82 [luaparse] Added more complete typings for the luaparse library (#35664)
* Added more complete typings for the luaparse library, including definitions for the lua ast.

* Added typing for token and corrected onCreateScope and onDestroyScope options.

* Correct node typing in onCreateNode option.

* Corrected body property of ForGenericStatement.

* Added LogicalExpression to ast.

* Removed const enum and replaced types with raw strings. Also tidied up Node type by utilising Statement and Expression.

* Split some long comments into multiple lines. Removed overridden line length linting rule.
2019-05-31 08:42:58 -07:00

4 lines
37 B
JSON

{
"extends": "dtslint/dt.json"
}