Formatting with eslint
Should probably be configured to run for every commit in the future
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { Movie } from ".";
|
||||
import { Movie } from '.';
|
||||
|
||||
export interface Collection {
|
||||
id: number;
|
||||
backdrop_path: string;
|
||||
name: string;
|
||||
poster_path: string;
|
||||
adult: boolean;
|
||||
original_language: string;
|
||||
original_name: string;
|
||||
overview: string;
|
||||
id: number;
|
||||
backdrop_path: string;
|
||||
name: string;
|
||||
poster_path: string;
|
||||
adult: boolean;
|
||||
original_language: string;
|
||||
original_name: string;
|
||||
overview: string;
|
||||
}
|
||||
|
||||
export interface DetailedCollection extends Collection {
|
||||
|
||||
Reference in New Issue
Block a user