pine/fly-vimlint

View on GitHub
flyfile.js

Summary

Maintainability
A
0 mins
Test Coverage
exports.test = function* () {
  yield this.source('./*.js').eslint()
  yield this.source('./test/*.js')
    .mocha({
      reporter: 'spec',
      timeout: 10000,
    })
}