refactor: splitting and reorganizing style files
This commit is contained in:
@@ -26,7 +26,7 @@ export async function perfectionist(): Promise<Linter.FlatConfig[]> {
|
||||
vue: 'vue',
|
||||
},
|
||||
value: {
|
||||
vben: ['@vben*', '@vben/*', '@vben-core/*'],
|
||||
vben: ['@vben*', '@vben/**/**', '@vben-core/**/**'],
|
||||
vue: ['vue', 'vue-*', '@vue*'],
|
||||
},
|
||||
},
|
||||
|
@@ -37,6 +37,8 @@
|
||||
},
|
||||
"./postcss": {
|
||||
"types": "./src/postcss.config.ts",
|
||||
"import": "./dist/postcss.config.mjs",
|
||||
"require": "./dist/postcss.config.cjs",
|
||||
"default": "./dist/postcss.config.mjs"
|
||||
},
|
||||
"./*": "./*"
|
||||
|
Reference in New Issue
Block a user