mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-04-25 11:34:29 +08:00
style(projects): fix lint code and format code
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
import { defineConfig } from '@soybeanjs/eslint-config-vue';
|
||||
|
||||
export default defineConfig();
|
||||
export default defineConfig({
|
||||
'vue/component-name-in-template-casing': [
|
||||
'warn',
|
||||
'PascalCase',
|
||||
{
|
||||
registeredComponentsOnly: false,
|
||||
ignores: ['/^icon-/']
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user