eslint-plugin-filenames
eslint-plugin-filenames copied to clipboard
Support ESLint 8.x
ESLint v8.0.0 is released 🎉
It would be awesome to have official ESLint 8 support. 👊 I'm happy to help where I can of course 🙂
As an alternative, you can use eslint-plugin-project-structure
features: ✅ Validation of project structure (Any files/folders outside the structure will be considered an error). ✅ Validation of folder and file names. ✅ Name case validation. ✅ Name regex validation. ✅ File extension validation (Support for all extensions). ✅ Inheriting the parent's name (The child inherits the name of the folder in which it is located). ✅ Folder recursion (You can nest a given folder structure recursively). ✅ Forcing a nested/flat structure for a given folder.