Make WordPress Core

Changeset 59848 for trunk/package.json


Ignore:
Timestamp:
02/20/2025 08:00:20 PM (3 months ago)
Author:
jorbin
Message:

Build/Test: Fix JavaScript linting scripts

wp-prettier was out of date and no longer compatible with wp-scripts. Additionally, many generated files and plugins were not being properly ignored which could cause linting to take so long that it was basically unusable.

Props ankitkumarshah, jorbin.
See #62935.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r59797 r59848  
    6363        "install-changed": "1.1.0",
    6464        "postcss": "8.4.49",
    65         "prettier": "npm:wp-prettier@2.6.2",
     65        "prettier": "npm:wp-prettier@3.0.3",
    6666        "qunit": "~2.23.1",
    6767        "react-refresh": "0.14.0",
Note: See TracChangeset for help on using the changeset viewer.