We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7902c commit 5499872Copy full SHA for 5499872
.eslintrc.cjs
@@ -46,5 +46,5 @@ module.exports = {
46
"@typescript-eslint/no-empty-interface": 0,
47
},
48
// 过滤文件
49
- ignorePatterns: ["dist", "node_modules", "pnpm-lock", "env", "prettier.config.cjs"],
+ ignorePatterns: ["dist", "node_modules", "pnpm-lock", "env", "prettier.config.cjs", "scripts"],
50
};
0 commit comments