eslint-plugin-filenames icon indicating copy to clipboard operation
eslint-plugin-filenames copied to clipboard

Support ESLint 8.x

Open MichaelDeBoey opened this issue 2 years ago • 1 comments

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 🙂

MichaelDeBoey avatar Oct 10 '21 19:10 MichaelDeBoey

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.

Igorkowalski94 avatar Oct 01 '23 15:10 Igorkowalski94