add linting and prettier
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export interface Flatrate {
|
||||
display_priority: number;
|
||||
logo_path: string;
|
||||
@@ -20,7 +19,6 @@ export interface Buy {
|
||||
provider_name: string;
|
||||
}
|
||||
|
||||
|
||||
export interface WatchLocale {
|
||||
AR: {
|
||||
link: string;
|
||||
@@ -298,5 +296,3 @@ export interface WatchProviders {
|
||||
id: number;
|
||||
results: WatchLocale;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user