This repo contains official development tools for the Lightning Blits framework, mainly the Lightning Blits VSCode extension and support packages for linting and formatting.
The official VSCode extension for Lightning Blits provides essential IDE features for developing Blits applications:
- Template syntax highlighting for
.blits
files and template strings - Code completion for components and attributes
- IntelliSense for Blits APIs
ESLint plugin for Blits framework applications:
- Linting support for
.blits
files - Analysis for JS/TS template literals
- Custom rules optimized for Blits development
Prettier formatting plugin for Blits templates:
- Consistent formatting for
.blits
files - Template string formatting in JS/TS files
- Configurable formatting options