@neuralfog/elemix-analyzer
v0.9.4
Published
Template prop typechecker for Elemix (ec-analyzer)
Readme
Elemix analyzer
ea - static analysis for tpl templates.
Usage
Install as a dev dependency:
pnpm add -D @neuralfog/elemix-analyzerRun it from your package scripts:
"scripts": {
"lint:analyze": "ea --dirs src --root ."
}pnpm lint:analyzeThe full setup is shown in the elemix template.
