dolsem / eslint-plugin-filename-rules

MIT License
36 stars 8 forks source link

New Rule: not-match #14

Closed TSMMark closed 1 year ago

TSMMark commented 1 year ago

Solves #13

I also added an option includePath: <boolean> to support full-path matching (as opposed to just the file basename). I needed this because I realized that AdBanner was actually the name of a module, and so the path of the file was whatever/AdBanner/index.tsx. If you would prefer I split that into another PR I could do it that way. LMK

dolsem commented 1 year ago

@TSMMark can you resolve the conflicts please?

TSMMark commented 1 year ago

resolving conflicts

TSMMark commented 1 year ago

@dolsem done