Skip to content

Commit 0e2c63e

Browse files
committed
chore(eslint): Ignoring all inside /vendor/ folders
1 parent eda0566 commit 0e2c63e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint/base.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
'**/dist',
2121
'**/types/*.d.ts',
2222
'**/*.md',
23+
'**/vendor/**',
2324
],
2425
settings: {
2526
'import/resolver': {

0 commit comments

Comments
 (0)