Skip to content

Commit 7b8d30b

Browse files
committed
fix: 🚨 Exclude README from linter
1 parent e9ce816 commit 7b8d30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default antfu({
1111
"yml/plain-scalar": "off",
1212
},
1313
},
14-
ignores: ["operator/", "gitops/"],
14+
ignores: ["operator/", "gitops/", "README.md"],
1515
})

0 commit comments

Comments
 (0)