UNPKG

114 BJavaScriptView Raw
1var Linter = require('standard-engine').linter
2var opts = require('./options')
3
4module.exports = new Linter(opts)