Closed adamgajzlerowicz closed 5 years ago
How can I disallow particular file names?
For example if someone calls a file MyClassStyle, it would fail because the file ends with Style. In other words - no file should end with Style.
MyClassStyle
Style
Is it possible to do it with this plugin?
Thank you!
It's not possible
see https://github.com/selaux/eslint-plugin-filenames/issues/39
How can I disallow particular file names?
For example if someone calls a file
MyClassStyle
, it would fail because the file ends withStyle
. In other words - no file should end with Style.Is it possible to do it with this plugin?
Thank you!