星座图
This commit is contained in:
@ -15,12 +15,15 @@ import pluginVue from 'eslint-plugin-vue';
|
||||
configureVueProject({ scriptLangs: ['ts', 'tsx', 'js', 'jsx'] });
|
||||
|
||||
const _ignores = [
|
||||
// >>>
|
||||
// eslint-disable-next-line unicorn/no-await-expression-member
|
||||
(await import('@eslint/compat')).includeIgnoreFile(
|
||||
// eslint-disable-next-line unicorn/import-style, unicorn/no-await-expression-member
|
||||
(await import('node:path')).default.resolve(import.meta.dirname, '.gitignore'),
|
||||
),
|
||||
// <<<
|
||||
|
||||
// >>>
|
||||
// eslint-disable-next-line unicorn/no-await-expression-member
|
||||
(await import('eslint/config')).globalIgnores([
|
||||
'**/dist/**',
|
||||
@ -31,7 +34,10 @@ const _ignores = [
|
||||
'typed-router.d.ts',
|
||||
'src/shadcn/**',
|
||||
'src/components/InspiraUI/**',
|
||||
'**/planispherewidget.js',
|
||||
'**/konva.*.min.js',
|
||||
]),
|
||||
// <<<
|
||||
];
|
||||
|
||||
export default defineConfigWithVueTs(
|
||||
|
Reference in New Issue
Block a user