diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0c605e40..9020552d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -289,18 +289,6 @@ import { hasProtocol } from 'ufo' | Constants | SCREAMING_SNAKE_CASE | `NPM_REGISTRY`, `ALLOWED_TAGS` | | Types/Interfaces | PascalCase | `NpmSearchResponse` | -> [!TIP] -> Exports in `app/composables/`, `app/utils/`, and `server/utils/` are auto-imported by Nuxt. To prevent [knip](https://knip.dev/) from flagging them as unused, add a `@public` JSDoc annotation: -> -> ```typescript -> /** -> * @public -> */ -> export function myAutoImportedFunction() { -> // ... -> } -> ``` - ### Vue components - Use Composition API with `