Skip to content

Commit 5499872

Browse files
committed
feat: update ignorePatterns
1 parent 7f7902c commit 5499872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ module.exports = {
4646
"@typescript-eslint/no-empty-interface": 0,
4747
},
4848
// 过滤文件
49-
ignorePatterns: ["dist", "node_modules", "pnpm-lock", "env", "prettier.config.cjs"],
49+
ignorePatterns: ["dist", "node_modules", "pnpm-lock", "env", "prettier.config.cjs", "scripts"],
5050
};

0 commit comments

Comments
 (0)