SortableJS.page.vue
This commit is contained in:
@ -82,6 +82,7 @@ export default defineConfigWithVueTs(
|
||||
'import-x/no-unresolved': 'off', // https://github.com/pzmosquito/eslint-import-resolver-vite/blob/67da5e259ee4c9da4c44d81b93364ae2777d00eb/index.js#L100
|
||||
'import-x/newline-after-import': 'error',
|
||||
'import-x/first': 'error',
|
||||
'import-x/no-named-as-default': 'off',
|
||||
},
|
||||
},
|
||||
// endregion <<< eslint-plugin-import-x <<<
|
||||
@ -96,6 +97,7 @@ export default defineConfigWithVueTs(
|
||||
'perfectionist/sort-objects': 'off',
|
||||
'perfectionist/sort-imports': ['error'],
|
||||
'perfectionist/sort-modules': 'off',
|
||||
'perfectionist/sort-object-types': 'off',
|
||||
},
|
||||
},
|
||||
// endregion <<< eslint-plugin-perfectionist <<<
|
||||
|
Reference in New Issue
Block a user