chore: Remove semicolons (#1846)
* chore: Disable `semi` in Prettier * chore: Format w/o semi * Remove more `;` * Lint example * More ;
This commit is contained in:
@@ -5,9 +5,9 @@ export interface Point {
|
||||
/**
|
||||
* The X coordinate of this Point. (double)
|
||||
*/
|
||||
x: number;
|
||||
x: number
|
||||
/**
|
||||
* The Y coordinate of this Point. (double)
|
||||
*/
|
||||
y: number;
|
||||
y: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user