Skip to content

Commit

Permalink
fix(eslint-config): ignorePattern only at root level for index.js (#5398
Browse files Browse the repository at this point in the history
)
  • Loading branch information
smouillour authored Sep 6, 2024
1 parent 820ca0a commit 5f0acd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strange-students-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/eslint-config': patch
---

fix: ignorePattern only at root level for index.js
2 changes: 1 addition & 1 deletion tools/scripts-config-eslint/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@
}
},
// Ignore some JS at project's rool level
"ignorePatterns": ["index.js", ".eslintrc.js"]
"ignorePatterns": ["./index.js", "./.eslintrc.js"]
}

0 comments on commit 5f0acd2

Please sign in to comment.