Editor Setup
Tooling to improve the developer experience when working with SwictWC.
IntelliSense for VS Code
Modify .vscode/settings.json of your VSCode like this:
settings.json
json
{
"html.customData": ["./node_modules/@swiftwc/ui/web-components.html-data/en.json"]
}Linting
Highlighting errors and potential bugs in your HTML markup.