eslint-plugin-check-file
eslint-plugin-check-file copied to clipboard
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
Currently folder names are checked with the `NEXT_JS_APP_ROUTER_CASE` value to be in line with Next.js app routers naming conventions. Similarly can it also be added to the file naming convention...
In our project, we want to use kebab case for all folders, but still allow a few specific strings like `__mocks__`. At present, it doesn't appear there is a way...
In some cases, it's not very convenient to use glob syntax for filename patterns and other options are not enough. Maybe, makes sense to allow to use regexp syntax for...