Skip to content
Snippets Groups Projects

Merging develop into main

Merged GitLab CI requested to merge develop into main
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -94,7 +94,9 @@ commands:
module=$1
shift
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
/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
Loading