mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Remove unneeded stylelint-config-prettier-scss package (#37973)
This commit is contained in:
@@ -185,7 +185,6 @@
|
|||||||
"react-test-renderer": "^18.2.0",
|
"react-test-renderer": "^18.2.0",
|
||||||
"storybook": "^10.0.5",
|
"storybook": "^10.0.5",
|
||||||
"stylelint": "^17.0.0",
|
"stylelint": "^17.0.0",
|
||||||
"stylelint-config-prettier-scss": "^1.0.0",
|
|
||||||
"stylelint-config-standard-scss": "^17.0.0",
|
"stylelint-config-standard-scss": "^17.0.0",
|
||||||
"typescript": "~5.9.0",
|
"typescript": "~5.9.0",
|
||||||
"typescript-eslint": "^8.55.0",
|
"typescript-eslint": "^8.55.0",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
extends: ['stylelint-config-standard-scss', 'stylelint-config-prettier-scss'],
|
extends: ['stylelint-config-standard-scss'],
|
||||||
ignoreFiles: [
|
ignoreFiles: [
|
||||||
'app/javascript/styles/mastodon/reset.scss',
|
'app/javascript/styles/mastodon/reset.scss',
|
||||||
'coverage/**/*',
|
'coverage/**/*',
|
||||||
|
|||||||
13
yarn.lock
13
yarn.lock
@@ -2930,7 +2930,6 @@ __metadata:
|
|||||||
storybook: "npm:^10.0.5"
|
storybook: "npm:^10.0.5"
|
||||||
stringz: "npm:^2.1.0"
|
stringz: "npm:^2.1.0"
|
||||||
stylelint: "npm:^17.0.0"
|
stylelint: "npm:^17.0.0"
|
||||||
stylelint-config-prettier-scss: "npm:^1.0.0"
|
|
||||||
stylelint-config-standard-scss: "npm:^17.0.0"
|
stylelint-config-standard-scss: "npm:^17.0.0"
|
||||||
substring-trie: "npm:^1.0.2"
|
substring-trie: "npm:^1.0.2"
|
||||||
tesseract.js: "npm:^7.0.0"
|
tesseract.js: "npm:^7.0.0"
|
||||||
@@ -13332,18 +13331,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"stylelint-config-prettier-scss@npm:^1.0.0":
|
|
||||||
version: 1.0.0
|
|
||||||
resolution: "stylelint-config-prettier-scss@npm:1.0.0"
|
|
||||||
peerDependencies:
|
|
||||||
stylelint: ">=15.0.0"
|
|
||||||
bin:
|
|
||||||
stylelint-config-prettier-scss: bin/check.js
|
|
||||||
stylelint-config-prettier-scss-check: bin/check.js
|
|
||||||
checksum: 10c0/4d5e1d1c200d4611b5b7bd2d2528cc9e301f26645802a2774aec192c4c2949cbf5a0147eba8b2e6e4ff14a071b03024f3034bb1b4fda37a8ed5a0081a9597d4d
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"stylelint-config-recommended-scss@npm:^17.0.0":
|
"stylelint-config-recommended-scss@npm:^17.0.0":
|
||||||
version: 17.0.0
|
version: 17.0.0
|
||||||
resolution: "stylelint-config-recommended-scss@npm:17.0.0"
|
resolution: "stylelint-config-recommended-scss@npm:17.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user