chore: upgrade eslint and prettier (#2376)
* chore: upgrade eslint and prettier * chore: add restrict-template-expressions
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const ValidAppViewRoutes = ['u2f', 'extension'] as const
|
||||
|
||||
export type AppViewRouteParam = typeof ValidAppViewRoutes[number]
|
||||
export type AppViewRouteParam = (typeof ValidAppViewRoutes)[number]
|
||||
|
||||
Reference in New Issue
Block a user