1 Star 0 Fork 29

北酒渔/snail-job-admin

forked from opensnail/snail-job-admin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
eslint.config.js 531 Bytes
Copy Edit Raw Blame History
import { defineConfig } from '@soybeanjs/eslint-config';
export default defineConfig(
{ vue: true, unocss: true },
{
rules: {
'vue/multi-word-component-names': [
'warn',
{
ignores: ['index', 'App', 'Register', '[id]', '[url]']
}
],
'vue/component-name-in-template-casing': [
'warn',
'PascalCase',
{
registeredComponentsOnly: false,
ignores: ['/^icon-/']
}
],
'unocss/order-attributify': 'off'
}
}
);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zhang0shan/snail-job-admin.git
git@gitee.com:zhang0shan/snail-job-admin.git
zhang0shan
snail-job-admin
snail-job-admin
master

Search