forcedotcom / sfdx-plugin-generate

MIT License
73 stars 19 forks source link

fix: eslint glob parameters #176

Closed alan-morey closed 1 year ago

alan-morey commented 1 year ago

The glob parameters passed to eslint without double quotes are being expanded by the shell, this can lead to different eslint reports when running on different shells & OS's.

Wrapping the glob parameters in double quotes produces a more predictable output regardless of shell/OS.