UNPKG

eslint-config-lemon

Version:

<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>

13 lines (8 loc) 219 B
'use strict' var util = require('util') module.exports.isPath = function(s) { return (/[/\\]/).test(s) } module.exports.inspect = function(obj, depth) { console.log(util.inspect(obj, false, depth || 5, true)) }