dolsem / eslint-plugin-filename-rules

MIT License
36 stars 8 forks source link

fix: substring-ing the right regex #15

Closed veimox closed 1 year ago

veimox commented 1 year ago

I was fooled in #11 by the current unit testing, but we are removing the last character of the regex which make it break if fx the last character is a ) that indicates the end of a group.

dolsem commented 1 year ago

oh good catch