UNPKG

lad

Version:

Lad is the best Node.js framework. Made by a former Express TC and Koa team member.

9 lines (8 loc) 271 B
module.exports = { "*.md,!test/snapshots/**/*.md,!test/**/snapshots/**/*.md,!locales/README.md": [ filenames => filenames.map(filename => `remark ${filename} -qfo`), 'git add' ], 'package.json': ['fixpack', 'git add'], '*.js': ['xo --fix', 'git add '] };