Update tslint to 4.x.x

Closes #166
This commit is contained in:
Farkas József
2016-12-16 22:13:05 +01:00
parent 4a05f5ee7b
commit 8d4ecb75c7
4 changed files with 3 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ import {
} from '@angular/core';
import { Store } from '@ngrx/store';
import { Observable } from 'rxjs/Observable';
import {
KeyAction,
@@ -19,7 +20,6 @@ import { Tab } from './tab/tab';
import { AppState } from '../../store';
import { getKeymapEntities } from '../../store/reducers';
import { Observable } from 'rxjs/Observable';
enum TabName {
Keypress,

View File

@@ -7,7 +7,7 @@ import { KeyAction, KeyActionId, keyActionType } from './KeyAction';
export enum KeystrokeActionFlag {
scancode = 1 << 0,
modifierMask = 1 << 1,
longPressAction = 1 << 2,
longPressAction = 1 << 2
}
interface JsonObjectKeystrokeAction {