diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dd1373a..4c35d78 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -107,7 +107,7 @@ jobs: with: node-version: '20' cache: 'npm' - - uses: xt0rted/stylelint-problem-matcher@v1 + - uses: xt0rted/stylelint-problem-matcher@main - name: Run npm install if: steps.changed-files.outputs.any_changed == 'true' run: | @@ -115,4 +115,4 @@ jobs: npm install - name: Run Stylelint if: steps.changed-files.outputs.any_changed == 'true' - run: npx stylelint app/**/*.{scss,css} --custom-formatter=stylelint-actions-formatters + run: npx stylelint app/**/*.{scss,css} diff --git a/package-lock.json b/package-lock.json index 1a64ef3..4657f12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,6 @@ "eslint-plugin-promise": "^6.6.0", "eslint-webpack-plugin": "^4.2.0", "stylelint": "16.9.0", - "stylelint-actions-formatters": "^16.3.1", "stylelint-config-twbs-bootstrap": "^15.1.0", "stylelint-order": "^6.0.4", "stylelint-scss": "^6.7.0", @@ -11334,27 +11333,6 @@ "node": ">=18.12.0" } }, - "node_modules/stylelint-actions-formatters": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/stylelint-actions-formatters/-/stylelint-actions-formatters-16.3.1.tgz", - "integrity": "sha512-fZjh5YQEAPaRW7rncxufHhc4HQFTDaaeJT8nKuTqzQOX9j7kZEmfDwu92E3e9ThPhrFQbC/z3eGH1QUqA3VlUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-plain-object": "^5.0.0", - "picocolors": "^1.0.0", - "string-width": "^4.2.3", - "supports-hyperlinks": "^3.0.0", - "table": "^6.8.1" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/xt0rted" - }, - "peerDependencies": { - "stylelint": "^16.3.1" - } - }, "node_modules/stylelint-config-recess-order": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-5.1.1.tgz", diff --git a/package.json b/package.json index 2c79026..c4ae0d3 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "eslint-plugin-promise": "^6.6.0", "eslint-webpack-plugin": "^4.2.0", "stylelint": "16.9.0", - "stylelint-actions-formatters": "^16.3.1", "stylelint-config-twbs-bootstrap": "^15.1.0", "stylelint-order": "^6.0.4", "stylelint-scss": "^6.7.0",