Skip to content
Snippets Groups Projects
Commit b6e3b897 authored by GitLab CI's avatar GitLab CI
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !30
parents 1b7b4181 24592880
No related branches found
No related tags found
1 merge request!30Merging develop into main
Pipeline #1321051 passed
...@@ -94,7 +94,9 @@ commands: ...@@ -94,7 +94,9 @@ commands:
module=$1 module=$1
shift shift
cd web/modules/contrib/$module cd web/modules/contrib/$module
test -e .prettierrc.json || ln -s /drupal/web/core/.prettierrc.json . test -e .eslintrc.json || ln -s ../../../core/.eslintrc.passing.json .eslintrc.json
test -e .eslintrc.jquery.json || ln -s ../../../core/.eslintrc.jquery.json .eslintrc.jquery.json
test -e .prettierrc.json || ln -s ../../../core/.prettierrc.json .prettierrc.json
test -e .prettierignore || echo '*.yml' > .prettierignore test -e .prettierignore || echo '*.yml' > .prettierignore
/drupal/web/core/node_modules/.bin/eslint --no-error-on-unmatched-pattern --ignore-pattern="*.es6.js" --resolve-plugins-relative-to=/drupal/web/core --ext=.js,.yml . $@ /drupal/web/core/node_modules/.bin/eslint --no-error-on-unmatched-pattern --ignore-pattern="*.es6.js" --resolve-plugins-relative-to=/drupal/web/core --ext=.js,.yml . $@
usage: Eslint tests by module usage: Eslint tests by module
......
...@@ -70,8 +70,7 @@ ...@@ -70,8 +70,7 @@
"symfony/phpunit-bridge": "*" "symfony/phpunit-bridge": "*"
}, },
"require-dev": { "require-dev": {
"composer/composer": "^2", "composer/composer": "^2"
"roave/security-advisories": "dev-latest"
}, },
"config": { "config": {
"allow-plugins": { "allow-plugins": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment