Skip to content

Commit

Permalink
fix: invalid rule configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Aug 26, 2024
1 parent 86bd733 commit fed5476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ export default [
'/^@[^/]+\\/[^/]+\\/controllers\\//',
'/^@[^/]+\\/[^/]+\\/controllers\\//http/',
'/^@[^/]+\\/[^/]+\\/controllers\\//grpc/',
'/^@[^/]+\\/[^/]+\\/controllers\\//serializers',
'/^@[^/]+\\/[^/]+\\/controllers\\//validators'
'/^@[^/]+\\/[^/]+\\/controllers\\//serializers/',
'/^@[^/]+\\/[^/]+\\/controllers\\//validators/'
],
[
'/^@[^/]+\\/[^/]+\\/middlewares\\//',
Expand Down

0 comments on commit fed5476

Please sign in to comment.