Skip to content

Commit

Permalink
lint any
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidNewman committed Oct 30, 2021
1 parent 0098150 commit 55f2df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export const Flow = {
clefProperties(clef: string): { line_shift: number } {
return Tables.clefProperties(clef);
},
// eslint-disable-next-line
keyProperties(key: string, clef?: string, params?: any): any {
return Tables.keyProperties(key, clef, params);
},
Expand Down

0 comments on commit 55f2df2

Please sign in to comment.