All Projects → AyaMorisawa → Lint Ls

AyaMorisawa / Lint Ls

Licence: mit
Linter for LiveScript

Programming Languages

livescript
113 projects

Build Status npm version Downloads License

lint-ls

Linter for LiveScript

Install

npm install lint-ls

Usage

Basic

require! \lint-ls

result = lint-ls source, option
require! \lint-ls

result = lint-ls source # Default option will be used

File

require! <[ lint-ls fs ]>
read-file = (filename) -> fs.read-file-sync filename .to-string!

result = read-file 'hoge.ls' |> lint-ls _, option

Gulp

Use gulp-lint-ls

Options

See Default Options

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].