Fix linting
This commit is contained in:
parent
2b4eaf6975
commit
ca703c0131
2 changed files with 6 additions and 2 deletions
|
|
@ -10,10 +10,12 @@ import { DrawableDescriptor } from './drawable-descriptor';
|
|||
export class EmptyDrawable extends Drawable {
|
||||
public static readonly descriptor: DrawableDescriptor;
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
public minDistance(target: vec2): number {
|
||||
throw new Error('Unimplemented');
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
protected getObjectToSerialize(transform2d: mat2d, transform1d: number): any {
|
||||
throw new Error('Unimplemented');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue