ESLint not using .prettierrc in root directory when "Setup eslint?" option selected at install #3710
-
I'm new to AdonisJS and after watching some tutorials I wanted to start my first project. I configured them (by installing
So I tried to recreate a project but this time by selecting "No" to the question "Setup eslint?", put back my ESLint and Prettier configuration, recreated my controller and... everything works, no need to take out the Is this a known problem? Did I miss something in the documentation? Thanks in advance for your help and see you soon. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When you say "Yes" to ESLint/prettier prompt, then we configure them as per the conventions used by the core team. So maybe its possible that your manual config + our automated config are having some sort of conflict. If you already have you conventions finalized, then you can simply say "No" and just use your config and plugins after creating the project |
Beta Was this translation helpful? Give feedback.
When you say "Yes" to ESLint/prettier prompt, then we configure them as per the conventions used by the core team. So maybe its possible that your manual config + our automated config are having some sort of conflict.
If you already have you conventions finalized, then you can simply say "No" and just use your config and plugins after creating the project