slim-linter

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i slim-linter

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • tobihrbr