Skip to content

Commit

Permalink
fix: lint not working expectedly
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Aug 26, 2024
1 parent 636a981 commit c7cee87
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ export default [
],
[
'/^@[^/]+\\/[^/]+\\/controllers\\//',
'/^@[^/]+\\/[^/]+\\/controllers\\//http/',
'/^@[^/]+\\/[^/]+\\/controllers\\//grpc/',
'/^@[^/]+\\/[^/]+\\/controllers\\//serializers/',
'/^@[^/]+\\/[^/]+\\/controllers\\//validators/'
'/^@[^/]+\\/[^/]+\\/controllers\\/http/',
'/^@[^/]+\\/[^/]+\\/controllers\\/grpc/',
'/^@[^/]+\\/[^/]+\\/controllers\\/serializers/',
'/^@[^/]+\\/[^/]+\\/controllers\\/validators/'
],
[
'/^@[^/]+\\/[^/]+\\/middlewares\\//',
Expand All @@ -162,8 +162,8 @@ export default [
[
'/^@[^/]+\\/[^/]+\\/database\\//',
'/^@[^/]+\\/[^/]+\\/storage\\//',
'/^@[^/]+\\/[^/]+\\/providers\\//interfaces/',
'/^@[^/]+\\/[^/]+\\/providers\\//implementations/'
'/^@[^/]+\\/[^/]+\\/providers\\/interfaces/',
'/^@[^/]+\\/[^/]+\\/providers\\/implementations/'
],
[
'/^@[^/]+\\/[^/]+\\/services\\//',
Expand All @@ -177,8 +177,8 @@ export default [
],
[
'/^@[^/]+\\/[^/]+\\/dtos\\//',
'/^@[^/]+\\/[^/]+\\/repositories\\//interfaces/',
'/^@[^/]+\\/[^/]+\\/repositories\\//implementations/'
'/^@[^/]+\\/[^/]+\\/repositories\\/interfaces/',
'/^@[^/]+\\/[^/]+\\/repositories\\/implementations/'
],
[
'/^@[^/]+\\/[^/]+\\/enums\\//',
Expand Down

0 comments on commit c7cee87

Please sign in to comment.