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.
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.