Add new tslint rules (class-name, ordered-imports) and fix errors

This commit is contained in:
Farkas József
2016-09-01 22:20:21 +02:00
parent 934e02d7e1
commit df79c1aaea
63 changed files with 156 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
import {assertUInt8} from '../assert';
import {Serializable} from '../Serializable';
import {UhkBuffer} from '../UhkBuffer';
import {assertUInt8} from '../assert';
export class ModuleConfiguration extends Serializable<ModuleConfiguration> {