Skip to:
Content

BuddyPress.org

Changeset 13113 for trunk/.stylelintrc


Ignore:
Timestamp:
09/24/2021 01:18:04 AM (4 years ago)
Author:
imath
Message:

Build tools: update node modules to latest versions

The main change apart from upgrading to their latest versions node modules (except for autoprefixer which version 10 causes an issue with postCSS) is to stop using the deprecated stylelint-config-wordpress in favor of @wordpress/stylelint-config

Fixes #8572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.stylelintrc

    r12582 r13113  
    11{
    2   "extends": "stylelint-config-wordpress/scss",
     2  "extends": "@wordpress/stylelint-config/scss",
    33  "rules": {
    44    "no-descending-specificity": null,
Note: See TracChangeset for help on using the changeset viewer.