We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3258c14 commit 25b71a8Copy full SHA for 25b71a8
1 file changed
eslint.config.js
@@ -4,7 +4,10 @@ export default [
4
{
5
// Add project-specific ignore patterns for ESLint here
6
// to add to common config
7
- ignores: ["**/site/"]
+ ignores: [
8
+ "**/site/",
9
+ "packages/"
10
+ ]
11
},
12
...eslintCommonConfig, // Load common ESLint config
13
0 commit comments