UNPKG

eslint-config-lemon

Version:

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

6 lines (4 loc) 207 B
'use strict'; const stripIndent = require('strip-indent'); const indentString = require('indent-string'); module.exports = (string, count = 0, options) => indentString(stripIndent(string), count, options);