chore: add lint precommit hook (#488)

This commit is contained in:
Róbert Kiss
2017-11-02 23:29:48 +01:00
committed by László Monda
parent f6ea327813
commit 217d78a85f
2 changed files with 7 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ export class UserConfiguration {
return this.macros.find(macro => macroId === macro.id);
}
recalculateConfigurationLength(){
recalculateConfigurationLength() {
const buffer = new UhkBuffer();
this.toBinary(buffer);
this.userConfigurationLength = buffer.offset;