ignore api-client directory from linting (#29984)

This commit is contained in:
Jordan Reimer 2025-03-20 17:18:36 -06:00 committed by GitHub
parent bbcd0e0465
commit a1eac6a0ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -4,12 +4,12 @@
# compiled output
/dist/
/tmp/
/api-client/dist
# dependencies
/bower_components/
/node_modules/
/.yarn/
/api-client/
# misc
/coverage/

View file

@ -3,7 +3,7 @@
# compiled output
/dist/
/api-client/dist
/api-client/
# misc
/coverage/

View file

@ -90,5 +90,5 @@
"lib/sync/**/*",
"mirage/**/*"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", "api-client"]
}