selaux/eslint-plugin-filenames

index file with suffix

Closed this issue · 1 comments

Currently filenames/match-exported rule is not supporting index files with suffix i.e. for rule ["error", null, "\\.react$"] this: login/index.react.js -> export default class Login {} will result in an error.
Is this a bug or by design?

nvm found a similar issue