Official development tools for the Lightning Blits framework.
Install from the VS Code Marketplace or search for Lightning Blits in the Extensions panel.
- Template syntax highlighting for
.blitsfiles and inline template strings - Code completion for Blits components and attributes
- IntelliSense for Blits APIs
The first release is coming soon.
npm install --save-dev @lightningjs/eslint-plugin-blits- Lint rules for Blits templates in
.blitsfiles and JS/TS template strings - Catches common mistakes: missing keys on
:forlists, invalid attribute values, structural errors
Still in active development — initial release in preparation.
npm install --save-dev @lightningjs/prettier-plugin-blits- Consistent formatting for Blits templates in
.blitsfiles and JS/TS template strings
See CONTRIBUTING.md.