Fix lint/test errors

This commit is contained in:
Michael Swiger
2018-09-21 01:33:13 -07:00
parent ab7503f6eb
commit 04bf44a283
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Type definitions for tabbable v3.1.1
// Type definitions for tabbable 3.1
// Project: https://github.com/davidtheclark/tabbable
// Definitions by: Michael Swiger <https://github.com/mokkan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -11,4 +11,4 @@ declare namespace T {
}
}
export = T;
export = T;
+1 -1
View File
@@ -1,6 +1,6 @@
import tabbable = require('tabbable');
var el = document.createElement('div');
const el = document.createElement('div');
tabbable(el);
tabbable(el, { includeContainer: true });
+3
View File
@@ -0,0 +1,3 @@
{
"extends": "dtslint/dt.json"
}