Skip to content

Commit 876876d

Browse files
committed
Removed unnecessary semicolon and no-new rule
1 parent 8bba703 commit 876876d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/redux/IStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import { IWorld } from 'models/world';
22

33
export interface IStore {
44
world: IWorld;
5-
};
5+
}

tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"tslint-react"
55
],
66
"rules": {
7-
"no-new": 0,
87
"trailing-comma": [
98
false,
109
{

0 commit comments

Comments
 (0)