eslint-plugin-codebox icon indicating copy to clipboard operation
eslint-plugin-codebox copied to clipboard

Fix: ignoreCase = false works as intended

Open judithhartmann opened this issue 6 years ago • 0 comments

ignoreCase was treated as true, no matter what was set in the config.

This PR sets ignoreCase only to true, if it was undefined in the config

judithhartmann avatar Oct 29 '18 10:10 judithhartmann