Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tnramalho committed Oct 1, 2024
1 parent 763c19b commit 7e50b2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/nestjs-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,17 +420,17 @@ FileModule.forRootAsync({
// ...
```

## Reference
# Reference

Check notice on line 423 in packages/nestjs-file/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-file/README.md#L423

Multiple top-level headings in the same document

For detailed API documentation, please refer to our
[API Reference](https://www.rockets.tools/reference/rockets/nestjs-file/README).
This comprehensive guide provides in-depth information about all available
methods, interfaces, and configurations for the `@concepta/nestjs-file`
package.

## Explanation
# Explanation

Check notice on line 431 in packages/nestjs-file/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

packages/nestjs-file/README.md#L431

Multiple top-level headings in the same document

### Advantages of a Generic File Module
## Advantages of a Generic File Module

The `@concepta/nestjs-file` module offers a generic, flexible approach to file
handling in NestJS applications. This design provides several key advantages:
Expand Down Expand Up @@ -459,7 +459,7 @@ handling in NestJS applications. This design provides several key advantages:
operations in unit tests, allowing for more comprehensive and isolated
testing of your application logic.

### Multiple Storage Services
## Multiple Storage Services

Supporting multiple storage services within the same module offers several
benefits:
Expand All @@ -480,7 +480,7 @@ benefits:
models. By supporting multiple services, you can optimize costs by choosing
the most cost-effective solution for each type of data or usage pattern.

### Ease of Creating New File Module Structures
## Ease of Creating New File Module Structures

The `@concepta/nestjs-file` module is designed with extensibility in mind,
making it straightforward to create new file module structures:
Expand Down

0 comments on commit 7e50b2f

Please sign in to comment.