UNPKG

eslint-plugin-log

Version:

👕 ESLint plugin: log the paths of all files being checked

7 lines (6 loc) • 176 B
/** * No-op preprocess behaviour * @param {String} text File contents * @return {Array} One-dimensional array of the file content */ module.exports = text => [text]