fix: lint errors
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"no-throw-literal": 0,
|
||||
"no-console": "off",
|
||||
"semi": 1,
|
||||
"camelcase": "warn"
|
||||
"camelcase": "warn",
|
||||
"sort-imports": "off"
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
|
||||
@@ -157,7 +157,7 @@ export class DesktopManager extends ApplicationService {
|
||||
undefined
|
||||
);
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
this.$timeout(() => {
|
||||
for (const observer of this.updateObservers) {
|
||||
|
||||
@@ -15,9 +15,9 @@ import {
|
||||
} from '@/strings';
|
||||
|
||||
type InputValue = {
|
||||
prompt: ChallengePrompt
|
||||
value: string
|
||||
invalid: boolean
|
||||
prompt: ChallengePrompt;
|
||||
value: string;
|
||||
invalid: boolean;
|
||||
}
|
||||
|
||||
type Values = Record<number, InputValue>
|
||||
|
||||
Reference in New Issue
Block a user