Shared lint tooling for Volt extension authors.
The packages are prepared as 0.1.0 under the same public @voltlaunchrr
scope as the Volt extension API and CLI. They must be published before extension
templates can depend on them from npm.
@voltlaunchrr/eslint-plugin: Volt-specific ESLint rules for extension code and manifests.@voltlaunchrr/eslint-config: Flat ESLint config that wires TypeScript,manifest.json, Prettier compatibility, and the Volt plugin.
pnpm install
pnpm run checkimport voltConfig from "@voltlaunchrr/eslint-config";
export default voltConfig;