A command-line utility and JavaScript library for linting Paperclip templates to ensure cross-browser compatibility. Version 0.0.8 is the latest stable release, though the package appears to have no recent updates. It provides both CLI (`pclint`) and programmatic usage via `require('paperclip-lint')`. Key differentiators: specifically designed for Paperclip templates, which are used with the Paperclip frontend framework. It outputs warnings and errors to help developers avoid browser-specific issues.
npm install paperclip-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use paperclip-lint programmatically to check a template string and access warnings and errors.
Consider using an alternative linter or fork if needed.
Ensure input is a valid Paperclip template string.
Run npm install paperclip-lint
Use const pclint = require('paperclip-lint'); instead of { pclint }.No dependency data recorded yet.