Skip to content

Commit 9b8815e

Browse files
committed
refactor: Ignore packages/ folder for ESLint for now
1 parent b865085 commit 9b8815e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eslint.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ export default [
44
{
55
// Add project-specific ignore patterns for ESLint here
66
// to add to common config
7-
ignores: ["**/site/"]
7+
ignores: [
8+
"**/site/",
9+
"packages/"
10+
]
811
},
912
...eslintCommonConfig, // Load common ESLint config
1013
{

0 commit comments

Comments
 (0)