We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e33971 commit 25269c8Copy full SHA for 25269c8
tests/test.bats
@@ -33,5 +33,6 @@ teardown() {
33
ddev yarn --cwd web/core install
34
ddev exec touch web/core/.env
35
ddev stylelint --version
36
- ddev eslint --version
+ # Awaiting resolution of eslint-plugin-prettier missing error https://drupal.slack.com/archives/CGKLP028K/p1682724930680409
37
+ # ddev eslint --version
38
}
0 commit comments