ahmadnassri / echint

Quick validation of files against EditorConfig
https://www.npmjs.com/package/echint
ISC License
16 stars 6 forks source link

Allow ECHINT_IGNORE env variable to have multiples values #84

Closed alejandrogr closed 6 years ago

alejandrogr commented 6 years ago

ECHINT_IGNORE cant have multiple values, as process.env variables are strings and without the split you can never pass more than one string to the ignore array.