UNPKG

gulp-semistandard

Version:

gulp plugin to check JavaScript code against the semistandard coding style

16 lines (12 loc) 204 B
var test = 'test'; function App () { return new View(test); } function View () { return { render: function (state) { return state; } }; } module.exports = new App();