Browse Source

chore(deps): update dependency stylelint-config-standard to v29 (#38408)

* chore(deps): update dependency stylelint-config-standard to v29

* chore: ignore import-notation rule

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
pull/38415/head
renovate[bot] 2 years ago
committed by GitHub
parent
commit
3d762dbb0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .stylelintrc.json
  2. 2
      package.json

1
.stylelintrc.json

@ -28,6 +28,7 @@
]
}
],
"import-notation": null,
"no-descending-specificity": null,
"no-invalid-position-at-import-rule": null,
"declaration-empty-line-before": null,

2
package.json

@ -288,7 +288,7 @@
"stylelint": "^14.9.0",
"stylelint-config-prettier": "^9.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^28.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-order": "^5.0.0",
"theme-switcher": "^1.0.2",

Loading…
Cancel
Save