{"library":"ls-lint","title":"ls-lint","description":"ls-lint is a linter for LiveScript, a compile-to-JavaScript language. Version 0.1.2 is the latest and only stable release, with no updates or commits since 2015. It provides a CLI and API for linting LiveScript files, with configurable rules such as max-file-lines and eol-last. The project appears abandoned, with no releases in over 9 years and no active maintenance. It is distinct from the newer ls-lint directory linter.","language":"javascript","status":"abandoned","last_verified":"Fri May 01","install":{"commands":["npm install ls-lint"],"cli":{"name":"ls-lint","version":null}},"imports":["import lsLint from 'ls-lint'","import { lint } from 'ls-lint'","npx ls-lint [options] [file]..."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import lsLint from 'ls-lint';\n\nconst errors = lsLint.lint('(x, y) -> x + y');\nconsole.log(errors);","lang":"javascript","description":"Shows basic usage of the lint function to check a LiveScript snippet.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}