diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/tslint/lib/index.d.ts | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
Diffstat (limited to 'node_modules/tslint/lib/index.d.ts')
-rw-r--r-- | node_modules/tslint/lib/index.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/tslint/lib/index.d.ts b/node_modules/tslint/lib/index.d.ts index 4c492c980..4486f9af8 100644 --- a/node_modules/tslint/lib/index.d.ts +++ b/node_modules/tslint/lib/index.d.ts @@ -18,11 +18,11 @@ import * as Configuration from "./configuration"; import * as Formatters from "./formatters"; import { FormatterConstructor } from "./language/formatter/formatter"; import { RuleFailure } from "./language/rule/rule"; -import * as Linter from "./linter"; import * as Rules from "./rules"; import * as Test from "./test"; import * as Utils from "./utils"; -export { Configuration, Formatters, Linter, Rules, Test, Utils }; +export { Configuration, Formatters, Rules, Test, Utils }; +export * from "./linter"; export * from "./language/rule/rule"; export * from "./enableDisableRules"; export * from "./formatterLoader"; |