0.1.1 • Published 7 years ago

slim-linter v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

slim-linter

The slim linter

Install

$ npm install --save slim-linter

Usage

const slimLinter = require('slim-linter');

const opts = {
  lang: 'javascript' // or react, jsx, node
}

slimLinter(path, opts).then(function (errors) {
  console.log(errors);
});

License

MIT © tobihrbr