chore: Remove semicolons (#1846)
* chore: Disable `semi` in Prettier * chore: Format w/o semi * Remove more `;` * Lint example * More ;
This commit is contained in:
@@ -9,5 +9,5 @@ export interface TemporaryFile {
|
||||
*
|
||||
* * **Note:** This file might get deleted once the app closes because it lives in the temp directory.
|
||||
*/
|
||||
path: string;
|
||||
path: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user