Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

component-lint

adamsanderson3BSD0.0.0

Component lint tool

component, lint, validate

readme

builder.js

Component lint tool, validates your components against the Component Spec

Installation

$ npm install component-lint

Usage

Validate a component:

$ component-lint 
warn : .license should be set (MIT)

Use the --verbose flag to see more detail.

TODO

Eventually this should try to be more helpful and offer solutions to common problems.

License

MIT