Vue Example
Shows how to lint .vue
files with design-lint.
Steps
- Install dependencies:bash
npm install --save-dev @lapidist/design-lint
- Lint Vue files:bash
npx design-lint "src/**/*.vue"
Next steps
See framework integrations for configuration tips.