ci: Setup eslint-import-resolver-typescript for improved TS linting (#4996)
* Setup stricter linting for typescript * make `import/no-unresolved` an error everywhere * use prettier to format `.vscode/settings.default.json` * address PR comments
This commit is contained in:
committed by
GitHub
parent
9568b747c7
commit
17f13b3b6e
@@ -1,6 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
|
||||
import { WorkflowTitleStatus } from '../../Interface';
|
||||
import { WorkflowTitleStatus } from '@/Interface';
|
||||
|
||||
export const titleChange = Vue.extend({
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user