{"library":"paperclip-lint","title":"paperclip-lint","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install paperclip-lint"],"cli":{"name":"pclint","version":null}},"imports":["import pclint from 'paperclip-lint';","const pclint = require('paperclip-lint');","import { pclint } from 'paperclip-lint';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const pclint = require('paperclip-lint');\nconst template = '<div>{{foo}}</div>';\nconst report = pclint(template);\nconsole.log('Warnings:', report.warnings);\nconsole.log('Errors:', report.errors);","lang":"javascript","description":"Shows how to use paperclip-lint programmatically to check a template string and access warnings and errors.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}