Skip to content
Snippets Groups Projects

Issue #3467309: Replace leon0399/stylelint-formatter-gitlab with...

3 files
+ 10
55
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
@@ -16,7 +16,7 @@
"lint:core-js-passing": "node ./node_modules/eslint/bin/eslint.js --quiet --config=.eslintrc.passing.json .",
"lint:core-js-stats": "node ./node_modules/eslint/bin/eslint.js --format=./scripts/js/eslint-stats-by-type.js .",
"lint:css": "stylelint \"**/*.css\"",
"lint:css-checkstyle": "stylelint \"**/*.css\" --custom-formatter ./node_modules/stylelint-checkstyle-formatter/index.js",
"lint:css-checkstyle": "stylelint \"**/*.css\" --custom-formatter=@gitlab-formatters/stylelint-formatter-gitlab --output-file=gl-codequality.json",
"lint:yaml": "node ./node_modules/eslint/bin/eslint.js --ext .yml .",
"test:nightwatch": "node -r dotenv-safe/config ./node_modules/.bin/nightwatch --config ./tests/Drupal/Nightwatch/nightwatch.conf.js",
"prettier": "prettier --write \"./**/*.css\" \"./**/*.js\"",
@@ -57,6 +57,7 @@
"@ckeditor/ckeditor5-style": "~43.1.1",
"@ckeditor/ckeditor5-table": "~43.1.1",
"@drupal/once": "1.0.x",
"@gitlab-formatters/stylelint-formatter-gitlab": "^1.0.2",
"@floating-ui/dom": "^1.6.3",
"backbone": "^1.5.0",
"chokidar": "^3.3.1",
@@ -94,7 +95,6 @@
"stylelint": "^15.10.1",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-formatter-gitlab": "^1.0.2",
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^4.1.0",
"tabbable": "^6.1.2",
Loading