chore: Remove semicolons (#1846)
* chore: Disable `semi` in Prettier * chore: Format w/o semi * Remove more `;` * Lint example * More ;
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
* - `portrait-upside-down`: **180°** (home-button at the top)
|
||||
* - `landscape-right`: **270°** (home-button on the right)
|
||||
*/
|
||||
export type Orientation = 'portrait' | 'portrait-upside-down' | 'landscape-left' | 'landscape-right';
|
||||
export type Orientation = 'portrait' | 'portrait-upside-down' | 'landscape-left' | 'landscape-right'
|
||||
|
||||
Reference in New Issue
Block a user