diff --git a/types/react-bootstrap/test/react-bootstrap-tests.tsx b/types/react-bootstrap/test/react-bootstrap-tests.tsx
index 76570b44c0..873132e64b 100644
--- a/types/react-bootstrap/test/react-bootstrap-tests.tsx
+++ b/types/react-bootstrap/test/react-bootstrap-tests.tsx
@@ -21,8 +21,8 @@ export class ReactBootstrapTest extends Component {
}
render() {
- let style: CSSProperties = { padding: '50px' };
- let tooltip = (Holy guacamole! Check this info.);
+ const style: CSSProperties = { padding: '50px' };
+ const tooltip = (Holy guacamole! Check this info.);
const innerGlyphicon = ;
const innerButton = ;
@@ -109,7 +109,7 @@ export class ReactBootstrapTest extends Component {
-
+
@@ -407,7 +407,7 @@ export class ReactBootstrapTest extends Component {
-
+
And here's some amazing content. It's very engaging. right?
@@ -685,7 +685,7 @@ export class ReactBootstrapTest extends Component {
+ buttonComponentClass={(props: any) =>
}
maxButtons={10}/>
diff --git a/types/react-bootstrap/tslint.json b/types/react-bootstrap/tslint.json
index d88586e5bd..b2ecae2fd2 100644
--- a/types/react-bootstrap/tslint.json
+++ b/types/react-bootstrap/tslint.json
@@ -1,3 +1,7 @@
{
- "extends": "dtslint/dt.json"
+ "extends": "dtslint/dt.json",
+ "rules": {
+ // TODO
+ "no-duplicate-imports": false
+ }
}