You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# define the different types of combinations of the best practices that we supportuse-cases:
typescript-project:
practices:
- cicd-integrate
- conventional-commits
- directory-structure-src
- domain
- errors
- format
- git
- linting
- node
- nonpublished-modules
- package-json-order
- prettier
- testing
- typescript
- uuidnpm-package:
extends:
- typescript-projectpractices:
- cicd-deploy-packagelambda-service:
extends:
- typescript-projectpractices:
- cicd-deploy-service
- config
- dates-and-times
- environments
- lambda-clients
- lambda-handlers
- logging
- runtime-type-checking
- serverless
- terraformlambda-service-with-rds:
extends:
- lambda-servicepractices:
- persist-with-rds
results in lambda-service-with-rds not having any of the practices listed in typescript-project, even though it extends lambda-service which extends typescript-project
we would expect that typescript-project extension is transitively applied from lambda-service extension
The text was updated successfully, but these errors were encountered:
right now
results in
lambda-service-with-rds
not having any of the practices listed intypescript-project
, even though it extendslambda-service
which extendstypescript-project
we would expect that
typescript-project
extension is transitively applied fromlambda-service
extensionThe text was updated successfully, but these errors were encountered: