Commit Graph

13 Commits

Author SHA1 Message Date
Resi Respati
935509b9ea upgrade parser, reduce redundant ESLint rules
This attempts to reduce the amount of redundant ESLint rules we
currently have. It also upgrades the ESLint TypeScript parser to a newer
version (3.7.0).
2020-07-24 15:37:18 +07:00
Skyler Kehren
bfb6d29857 Pin @types/lodash to 3.10.2
Revert workaround for @types/lodash 3.10.3 and pin version to 3.10.2
until more research can be done.
2020-04-22 20:46:19 +03:00
Skyler Kehren
7907d3c819 Update Node,TypeScript,Rollup dependencies
@types/lodash@3.10.3 broke the template since lodash is assumed to be
global. Adds a shim to types file to allow continued use of a global
lodash since the game provides 3.10 automatically.
Update rollup to 2.0, and associated rollup plugins
2020-04-20 19:38:02 +03:00
Resi Respati
0a683c15e2 improve declaration examples 2018-08-01 12:35:46 +07:00
Resi Respati
0b58638297 latest rollup requires @types/node 2018-08-01 12:31:53 +07:00
Resi Respati
ebc46fb96e apply prettier formatting 2018-08-01 11:49:15 +07:00
Resi Respati
12b63845bc clarify what types.d.ts is for 2018-02-27 14:59:35 +07:00
Leo Friedrichs
40c482bed8 Fix TSLint issues
As this is the starter project it should be provided without any errors.
This commit restructures some code to solve the TSLint issues.
2017-12-22 14:41:44 +01:00
apemanzilla
6167dfa82f Minor improvements and fixes 2017-12-01 11:05:57 -05:00
Resi Respati
8dc2cc9f77 use relative imports, console.error -> console.log 2017-11-25 01:54:46 +07:00
Resi Respati
fee7ab06c7 added sourcemaps support + sample library, disable member-ordering ts rule 2017-11-25 01:44:20 +07:00
Adam Laycock
4d6ebf3ec9 Basic readme and main.ts 2017-11-21 19:46:10 +00:00
apemanzilla
5af6dc5077 Start on v3.0 2017-11-21 12:55:36 -05:00