From b67eaed72af5cb78697fed0c88d1bbb16ed18e60 Mon Sep 17 00:00:00 2001 From: Ricki Jay Date: Tue, 5 Mar 2024 17:33:15 +0100 Subject: [PATCH] Less Smelly --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 45e0ffaba..bc1bac1be 100644 --- a/test/package.json +++ b/test/package.json @@ -47,7 +47,7 @@ "test": "NODE_NO_WARNINGS=1 npx --node-options='--require ts-node/register --loader=ts-node/esm' node cli.ts", "lint": "npx eslint . --ext .json --ext .mjs --ext .ts --ext .yml", "lint:fix": "npm run lint:fix:format && npm run lint:fix:lint", - "lint:fix:format": "npx prettier *.{json,mjs,ts,yml} */*.{json,mjs,ts,yml} */*/*.{json,mjs,ts,yml} */*/*/*.{json,mjs,ts,yml} --write --log-level error", + "lint:fix:format": "npx prettier \"**/*.{json,mjs,ts,yml}\" --write --log-level error", "lint:fix:lint": "npx eslint . --ext .json --ext .mjs --ext .ts --ext .yml --fix" } }