UNPKG

eslint-config-lemon

Version:

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

7 lines (5 loc) 233 B
const isWindows = process.platform === 'win32' const isWindowsShell = isWindows && !/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin' exports.isWindows = isWindows exports.isWindowsShell = isWindowsShell