summaryrefslogtreecommitdiff
path: root/tslint.json
AgeCommit message (Collapse)Author
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-03Removed comment from tslint.json (#1878)Lazarus Holl
2018-10-04tslint: no-unused-variable is deprecated.Ryan Dahl
Since TypeScript 2.9. We are already using noUnusedLocals in tsconfig.json.
2018-08-26formatBert Belder
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-07-06Import ts file from prototype without changeRyan Dahl
From commit 559453cf6cc88283bcf8fdeccd387458f5c63165 Excluding v8worker.d.ts, main.ts, and deno.d.ts. Updates tslint.json to be original settings.
2018-07-01Add tslintParsa Ghadimi
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-05-15Compile cache and relative imports working.Ryan Dahl
2018-05-14FormatRyan Dahl
2018-05-14Add tslint, and tenative travis file.Ryan Dahl