feat: 添加新的 Sakai Vue 布局和样式,重构基础样式,更新 README,调整插件配置
This commit is contained in:
@ -30,7 +30,7 @@ export default [
|
||||
supportedScriptLangs: {
|
||||
ts: true,
|
||||
tsx: true,
|
||||
}
|
||||
},
|
||||
}),
|
||||
|
||||
skipFormatting,
|
||||
@ -38,6 +38,7 @@ export default [
|
||||
{
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
},
|
||||
}
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user