Skip to:
Content

BuddyPress.org

Changeset 12582 for trunk/package.json


Ignore:
Timestamp:
03/25/2020 04:42:16 PM (6 years ago)
Author:
imath
Message:

Build tools: update CSS/SCSS linting node modules

  • Update stylelint, grunt-stylelint, stylelint-config-wordpress to latest stable version.
  • Add a specific stylelint config for BuddyPress.
  • Lint some CSS/SCSS files.

PS: let's hope it will fix the Travis CI failing test!

See #8154
See #8048

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r12575 r12582  
    2828        "grunt-rtlcss": "~2.0.1",
    2929        "grunt-sass": "~2.0.0",
    30         "grunt-stylelint": "~0.8.0",
     30        "grunt-stylelint": "~0.14.0",
    3131        "matchdep": "~1.0.1",
    3232        "parcel-bundler": "~1.12.4",
    33         "postcss-scss": "~1.0.6",
    34         "stylelint": "~7.10.1",
    35         "stylelint-config-wordpress": "~11.0.0"
     33        "postcss-scss": "~2.0.0",
     34        "stylelint": "~11.0.0",
     35        "stylelint-config-wordpress": "~16.0.0"
    3636    },
    3737    "engines": {
Note: See TracChangeset for help on using the changeset viewer.