Skip to content

Commit 25b71a8

Browse files
committed
refactor: Ignore packages/ folder for ESLint for now
1 parent 3258c14 commit 25b71a8

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)