Skip to:
Content

bbPress.org

Changeset 5995 for trunk/package.json


Ignore:
Timestamp:
04/02/2016 10:12:01 AM (9 years ago)
Author:
netweb
Message:

Build Tools: Add @stylelint for linting CSS to adhere to WordPress CSS Coding Standards

This changeset adds a new Grunt task grunt postcss:lint that runs stylelint on CSS & SCSS files to ensure bbPress' CSS adheres to WordPress CSS Coding Standards.

8 months in the making and is maintained by yours truly @netweb, with stylelint I'm learning JavaScript deeply.

See also:

Hat-tip: David Clark and Richard Hallows for the ongoing help and support.

Props netweb.
Fixes #2924.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5994 r5995  
    2424    "grunt-sass": "~1.1.0",
    2525    "grunt-wp-i18n": "~0.5.2",
    26     "matchdep": "~1.0.1"
     26    "matchdep": "~1.0.1",
     27    "postcss-reporter": "~1.3.3",
     28    "stylelint": "~5.2.1"
    2729  },
    2830  "engines": {
Note: See TracChangeset for help on using the changeset viewer.