Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and actions-user committed Jan 30, 2024
1 parent d8e6610 commit 0f10bc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ module.exports = {
πŸ”§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\
πŸ’‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).

| Name | Description | πŸ’Ό | πŸ”§ | πŸ’‘ |
| :------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- | :--- | :- | :- |
| [match-methods-to-routes](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/match-methods-to-routes) | Match method names to the decorated API routes | 🌐 βœ… | πŸ”§ | |
| [route-convention](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/route-convention) | Keep a convention when decorating routes | 🌐 βœ… | πŸ”§ | πŸ’‘ |
| [safe-route-params](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/safe-route-params) | Ensure safe usage of the `@Param` decorator | 🌐 βœ… | | πŸ’‘ |
| Name | Description | πŸ’Ό | πŸ”§ | πŸ’‘ |
| :------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- | :---- | :-- | :-- |
| [match-methods-to-routes](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/match-methods-to-routes) | Match method names to the decorated API routes | 🌐 βœ… | πŸ”§ | |
| [route-convention](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/route-convention) | Keep a convention when decorating routes | 🌐 βœ… | πŸ”§ | πŸ’‘ |
| [safe-route-params](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/safe-route-params) | Ensure safe usage of the `@Param` decorator | 🌐 βœ… | | πŸ’‘ |

<!-- end auto-generated rules list -->

0 comments on commit 0f10bc0

Please sign in to comment.