Skip to:
Content

bbPress.org

Changeset 7283 for trunk/.jshintrc


Ignore:
Timestamp:
07/31/2024 10:51:04 PM (9 months ago)
Author:
johnjamesjacoby
Message:

Tools: update npm packages for Grunt tasks.

This change:

  • swaps in terser & @wordpress/stylelint-config
  • updates stylelint to 15.11.0 (with scss support)
  • adds separate stylelint config files for both CSS and SCSS (and deletes the original auto-loaded .stylelintrc file)

This is just enough to get Grunt unclogged and working again without complaining too much.


To make this work:

  • Recommend to install NVM to make using npm 18 easier
  • nvm use 18
  • npm install --legacy-peer-deps --save-dev

Once complete, the various grunt CLI commands should work again without any problems (for now!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.jshintrc

    r6797 r7283  
    11{
    22    "boss": true,
     3    "browser": true,
    34    "curly": true,
     5    "esversion": "6",
    46    "eqeqeq": true,
    57    "eqnull": true,
    6     "es3": true,
    78    "expr": true,
    89    "immed": true,
     
    1112    "undef": false,
    1213    "unused": true,
    13 
    14     "browser": true,
    1514
    1615    "globals": {
Note: See TracChangeset for help on using the changeset viewer.