feat: 添加 oxlint 配置文件并更新 lint 脚本
This commit is contained in:
@ -20,7 +20,6 @@ configureVueProject({ scriptLangs: ['ts', 'tsx', 'js', 'jsx'] });
|
||||
|
||||
export default defineConfigWithVueTs(
|
||||
includeIgnoreFile(path.resolve(__dirname, '.gitignore')),
|
||||
// npx oxlint . --fix -D correctness --ignore-pattern '/src/components/InspiraUI/*'
|
||||
{ ignores: ['typed-router.d.ts', 'src/shadcn/**', 'src/components/InspiraUI/**'] },
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user