This commit is contained in:
dap
2024-08-10 13:36:03 +08:00
20 changed files with 267 additions and 218 deletions

View File

@@ -14,6 +14,13 @@ const customConfig: Linter.Config[] = [
'vue/require-default-prop': 'off',
},
},
{
files: ['packages/effects/**/**', 'packages/types/**/**'],
ignores: restrictedImportIgnores,
rules: {
'perfectionist/sort-interfaces': 'off',
},
},
{
// apps内部的一些基础规则
files: ['apps/**/**'],
@@ -50,6 +57,7 @@ const customConfig: Linter.Config[] = [
],
},
],
'perfectionist/sort-interfaces': 'off',
'regexp/no-unused-capturing-group': 'off',
},
},

View File

@@ -23,6 +23,6 @@
},
"dependencies": {
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5"
"prettier-plugin-tailwindcss": "^0.6.6"
}
}

View File

@@ -51,7 +51,7 @@
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.4",
"cssnano": "^7.0.5",
"postcss": "^8.4.41",
"postcss-antd-fixes": "^0.2.0",
"postcss-import": "^16.1.0",

View File

@@ -29,7 +29,7 @@
"dependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@jspm/generator": "^2.1.3",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"get-port": "^7.1.0",
"html-minifier-terser": "^7.2.0",
"nitropack": "^2.9.7",
@@ -50,7 +50,7 @@
"sass": "^1.77.8",
"vite": "^5.4.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "4.0.1",
"vite-plugin-dts": "4.0.2",
"vite-plugin-html": "^3.2.2"
}
}