Skip to content

Commit 5bfe0e1

Browse files
committed
chore(eslint): 忽略 .github 文件夹的 ESLint 检查
- 在 eslint 配置中添加 ignores 属性,将 ".github" 目录排除在代码检查之外
1 parent c2719d6 commit 5bfe0e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { antfu } from '@antfu/eslint-config'
22

33
export default antfu(
44
{
5+
ignores: [".github"],
56
type: 'lib',
67
formatters: true,
78
lessOpinionated: true,

0 commit comments

Comments
 (0)