📜  Glob 不止一种模式 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:28.786000             🧑  作者: Mango

代码示例1
{
    "scripts": {
        "lint": "prettier --check \"src/**/*+(.jsx?|.css|.ts)\""
    },
}