Skip to:
Content

bbPress.org

Changeset 6100 for trunk/package.json


Ignore:
Timestamp:
09/21/2016 07:27:28 AM (7 years ago)
Author:
netweb
Message:

Build Tools: Switch stylelint Grunt task from grunt postcss:lint to grunt stylelint

This changeset switches the stylelint task from using the grunt-postcss to grunt-stylelint NPM module. This new Grunt module supports stylelint's native formatters and allows for improved task error reporting. This change also splits the CSS and SCSS lint tasks in preparation for a future stylelint-config-wordpress SCSS update.

See also: https://github.com/wikimedia/grunt-stylelint

Props netweb.
See #2924.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r6093 r6100  
    2323    "grunt-rtlcss": "~2.0.1",
    2424    "grunt-sass": "~1.2.0",
     25    "grunt-stylelint": "^0.6.0",
    2526    "grunt-wp-i18n": "~0.5.2",
    2627    "matchdep": "~1.0.1",
    27     "postcss-reporter": "~1.3.3",
    28     "postcss-scss": "~0.1.7",
     28    "postcss-scss": "~0.3.0",
    2929    "stylelint": "^7.2.0"
    3030  },
Note: See TracChangeset for help on using the changeset viewer.