-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document full option names #20
Comments
As an alternative, you can use eslint-plugin-project-structure
ESLint plugin with rules to help you achieve a scalable, consistent, and well-structured project. Create your own framework! Define your folder structure, advanced naming conventions, file composition, and create independent modules. Take your project to the next level and save time by automating the review of key principles of a healthy project! project‑structure/folder‑structureEnforce rules on folder structure to keep your project consistent, orderly and well thought out.
|
The JSON convention (
[2, "^[a-z_]+$", true]
) is OK for those using.eslintrc
and.eslintrc.json
but it would be nice to have the full option names for those that prefer to yml/yaml format.I tried this in my
.eslintrc.yaml
file but thematch-regex
rule doesn't seem to be applying correctly:The text was updated successfully, but these errors were encountered: