webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
22 stars 3 forks source link

ESLint not properly picking up the "prettierrc.json" from core #136

Closed joshsedl closed 10 months ago

joshsedl commented 10 months ago

Currently, ESLint is using the .eslintrc.json from core, but because of the "prettier" plugin it is using, it also needs to have a .prettierrc.json configure. Because this file doesn't get picked up, the linter uses a not Drupal conform fallback.

joshsedl commented 10 months ago

Done.