]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/search/search-field.type.ts
Use typescript standard and lint all files
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / search / search-field.type.ts
index 6be584ed15d2ca4679c5c29535bf436af2c91a5d..63557898a9981eb3a85ed8d8e0ca592ec2137fae 100644 (file)
@@ -1 +1 @@
-export type SearchField = "name" | "author" | "host" | "magnetUri" | "tags";
+export type SearchField = 'name' | 'author' | 'host' | 'magnetUri' | 'tags'