{"library":"pon-task-lint","title":"pon-task-lint","description":"Pon task for lint – A task definition module for the Pon task runner that provides linting functionality. Version 1.1.0 is the current stable release. It allows users to define tasks that run linting against specified file patterns. The package is minimal and designed to integrate seamlessly with Pon. Compared to other lint runners, it is tightly coupled with the Pon ecosystem and may not have broad standalone use.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install pon-task-lint"],"cli":null},"imports":["const ponTaskLint = require('pon-task-lint')","const { default: ponTaskLint } = require('pon-task-lint')","const { define } = require('pon-task-lint')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const pon = require('pon')\nconst ponTaskLint = require('pon-task-lint')\n;(async () => {\n  let run = pon({\n    myTask01: ponTaskLint({ patterns: [ 'lib/**/**.js?(x)' ] })\n  })\n  run('myTask01')\n}).catch((err) => console.error(err))","lang":"javascript","description":"Shows how to create a Pon task that uses pon-task-lint to lint JavaScript files matching the pattern.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}