mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】申请证书配置CA选项增加liteSSL证书
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
import vueConfig from "@baota/eslint/vue";
|
||||
import baseConfig from "@baota/eslint";
|
||||
|
||||
/** @type {import("eslint").Linter.Config[]} */
|
||||
const config = [
|
||||
// Vue 相关配置,包含 TypeScript 支持
|
||||
...vueConfig,
|
||||
|
||||
// 基础配置,用于通用的 JavaScript/TypeScript 规则
|
||||
...baseConfig,
|
||||
|
||||
// 项目特定的配置覆盖
|
||||
{
|
||||
files: ["**/*.{js,ts,tsx,jsx,vue}"],
|
||||
rules: {
|
||||
// 在此处添加项目特定的规则覆盖
|
||||
"vue/multi-word-component-names": "off", // 关闭组件名称必须由多个单词组成的规则
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user