UNPKG

python-arf

Version:

Node.js wrapper around the Python package arf, which is a processor for Abuse Reporting Format (ARF) messages.

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