Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit d0c36cc

Browse files
removed unused stuff
1 parent 2a1664d commit d0c36cc

File tree

7 files changed

+4
-19
lines changed

7 files changed

+4
-19
lines changed

.babelrc

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/components/HyperMediaControls/LinkButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React, {
33
ComponentType,
44
FormEventHandler,
55
PureComponent,
6-
StatelessComponent,
76
} from 'react';
87
import uriTemplate from 'uri-template';
98
import { HalLink, NavigatableProps } from '../../types';

src/components/HyperMediaControls/TextAreaField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { TextField } from '@material-ui/core';
2-
import React, { ComponentType, StatelessComponent } from 'react';
2+
import React, { StatelessComponent } from 'react';
33
import {
44
ComposedComponent,
55
ReactSchemaFormInputProps,

src/stream-store/Viewer/HalViewer/StreamMessage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ import React, {
1212
ComponentType,
1313
CSSProperties,
1414
FormEvent,
15-
FormEventHandler,
1615
PureComponent,
17-
ReactEventHandler,
1816
ReactNode,
1917
StatelessComponent,
2018
} from 'react';

src/stream-store/Viewer/HalViewer/StreamMetadata.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
Typography,
66
} from '@material-ui/core';
77
import React, {
8-
ComponentType,
98
CSSProperties,
109
PureComponent,
1110
StatelessComponent,

src/stream-store/Viewer/HalViewer/Unrecognized.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { ComponentType, StatelessComponent } from 'react';
1+
import React, { ComponentType } from 'react';
22
import Inspector, {
33
NodeRendererProps,
44
ObjectLabel,

tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"interface-name": [false, "always-prefix"],
88
"member-access": false,
99
"variable-name": [true, "check-format", "allow-leading-underscore", "allow-pascal-case"],
10-
"no-submodule-imports": false
10+
"no-submodule-imports": false,
11+
"no-unused-variable": true
1112
},
1213
"defaultSeverity": "error",
1314
"linterOptions": {

0 commit comments

Comments
 (0)