diff --git a/types/react-widgets/react-widgets-tests.tsx b/types/react-widgets/react-widgets-tests.tsx index 156a639408..8efd554299 100644 --- a/types/react-widgets/react-widgets-tests.tsx +++ b/types/react-widgets/react-widgets-tests.tsx @@ -1,7 +1,7 @@ -import * as React from "react" -import * as ReactDOM from "react-dom" +import * as React from "react"; +import * as ReactDOM from "react-dom"; -import { Calendar, Combobox, DateTimePicker, DropdownList, Multiselect, NumberPicker, SelectList } from "react-widgets" +import { Calendar, Combobox, DateTimePicker, DropdownList, Multiselect, NumberPicker, SelectList } from "react-widgets"; function tagComponent(props: { value: string }) { return {props.value}; @@ -12,7 +12,6 @@ function itemComponent(props: { value: string }) { } class Test extends React.Component, {}> { - render() { return (
@@ -56,7 +55,6 @@ class Test extends React.Component, {}> {
- ) + ); } - -} \ No newline at end of file +} diff --git a/types/react-widgets/tslint.json b/types/react-widgets/tslint.json new file mode 100644 index 0000000000..2221e40e4a --- /dev/null +++ b/types/react-widgets/tslint.json @@ -0,0 +1 @@ +{ "extends": "../tslint.json" } \ No newline at end of file