UNPKG

caldav-adapter

Version:

CalDAV server for Node.js and Koa. Modernized and maintained for Forward Email.

6 lines (5 loc) 149 B
module.exports = { "*.md": filenames => filenames.map(filename => `remark ${filename} -qfo`), 'package.json': 'fixpack', '*.js': 'xo --fix' };