Merge branch 'hubot-dts' into hubot-definitions

This commit is contained in:
Dirk Gadsden
2017-06-10 21:29:33 -07:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// Type definitions for hubot 2.19.0
// Project: https://hubot.github.com
// Type definitions for hubot 2.19
// Project: https://github.com/github/hubot
// Definitions by: Dirk Gadsden <https://github.com/dirk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"lib": [
"es5"
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,

1
types/hubot/tslint.json Normal file
View File

@@ -0,0 +1 @@
{ "extends": "dtslint/dt.json" }