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.
npm install ls-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of the lint function to check a LiveScript snippet.
Consider using a modern linter for JavaScript or CoffeeScript.
Use default import or check package's module format.
Verify package name and scope; install 'ls-lint' for directory linting.
Run 'npm install ls-lint' in your project directory.
Use default import: import lsLint from 'ls-lint'.
No dependency data recorded yet.