chore: upgrade eslint and prettier (#2376)
* chore: upgrade eslint and prettier * chore: add restrict-template-expressions
This commit is contained in:
@@ -27,7 +27,10 @@ export class ImportModalController {
|
||||
files: ImportModalFile[] = []
|
||||
importTag: SNTag | undefined = undefined
|
||||
|
||||
constructor(private application: WebApplication, private navigationController: NavigationController) {
|
||||
constructor(
|
||||
private application: WebApplication,
|
||||
private navigationController: NavigationController,
|
||||
) {
|
||||
makeObservable(this, {
|
||||
isVisible: observable,
|
||||
setIsVisible: action,
|
||||
|
||||
Reference in New Issue
Block a user