vue-i18n-vmemo-check
v1.0.1
Published
A CLI tool to analyze Vue files, finds vue-i18n functions and checks if there's a `v-memo` in the node or in the parent node
Downloads
110
Readme
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