Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

hugmouse/vue-i18n-vmemo-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-i18n-vmemo-check

A CLI tool to analyze Vue files, find vue-i18n functions, and check if there's a v-memo in the node or in the parent node.

Usage

npx vue-i18n-vmemo-check [directory]
  • directory: The directory to scan (default: ./src).

Example output

/vc-funding/src/views/error/InvestmentsNotFound.vue
  13:16   warning   t('errors.investments-not-found') used without v-memo directive
  14:32   warning   t('errors.go-home') used without v-memo directive

✖ 2 problems

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published